Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-16
returned value:
proc-type
PROCESS_GETINFOLIST_ 
Obtains detailed information about a specified process or about a set of processes that 
meet specified criteria.
0 = Information is returned for the specified process.
1 = File-system error; error-detail contains the error number.
2 = Parameter error; error-detail contains the number of the first parameter 
found to be in error, where 1 designates the first parameter on the left.
3 = Bounds error; error-detail contains the number of the first parameter 
found to be in error, where 1 designates the first parameter on the left.
4 = Specified process does not exist.
5 = Unable to communicate with processor.
6 = Unable to communicate with system.
Bits 0-14 reserved
Bit 15 = 1
= 0
Process is a Guardian process.
Process is an OSS process.
#include <cextdecs(PROCESS_GETINFOLIST_)>
short PROCESS_GETINFOLIST_ ( [ short cpu ] /* i */
 ,[ short *pin ] /* i,o */
 ,[ char *nodename ] /* i */
 ,[ short length ] /* i */
 ,[ short *processhandle ] /* i */
 ,short *ret-attr-list /* i */
 ,short ret-attr-count /* i */
 ,short *ret-values-list /* o */
 ,short ret-values-maxlen /* i */
 ,short *ret-values-len /* o */
 ,[ short *error-detail ] /* o */
 ,[ short srch-option ] /* i */
 ,[ short *srch-attr-list ] /* i */
 ,[ short srch-attr-count ] /* i */
 ,[ short *srch-values-list ] /* i */
 ,[ short srch-values-len ] /* i */
 ,[ long oss-pid ] ); /* i */










