Guardian Programming Reference Summary for C

Functions Summary (O-Q)
Guardian Programming Reference Summary for C522630-001
7-27
return value:
PROCESSHANDLE_NULLIT_
Initializes a process handle to a null value.
return value:
PROCESSHANDLE_TO_CRTPID_
Converts a process handle to the corresponding process ID (CRTPID).
PROCESSHANDLE_TO_FILENAME_
Converts a process handle to a process file name.
0 = Information returned successfully.
3 = Parameter address out of bounds.
#include <cextdecs(PROCESSHANDLE_NULLIT_)>
short PROCESSHANDLE_NULLIT_ ( short *processhandle ); /* o */
0 = Operation was successful.
22 = Parameter is out of bounds.
29 = Parameter is missing.
#include <cextdecs(PROCESSHANDLE_TO_CRTPID_)>
short PROCESSHANDLE_TO_CRTPID_ ( short *processhandle /* i */
,short *process-id /* o */
,[ short pair-flag ] /* i */
, long node-number ] ); /* i */
#include <cextdecs(PROCESSHANDLE_TO_FILENAME_)>
short PROCESSHANDLE_TO_FILENAME_
( short *processhandle /* i */
,char *filename /* o */
,short maxlen /* i */
,short *filename-length /* o */
,[ short options ] ); /* i */