[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_WaitForProcess

Overview

Wait for process to exit

Syntax

    int Ns_WaitForProcess (
    int iPid, 
    int* pExitCode
    );

Description

Wait for a proess to exit and write information about the process to the log. This function is essentially a wrapper around waitpid(2). It returns NS_OK if the process exited normally.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.