Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-70
PROCESS_GETINFOLIST_ Procedure
Syntax for C Programmers
CEXTDECS (through the included file TNSINTH) defines 32-bit values as the
typedef __int32_t which for TNS and TNS/R compiles is defined as long and for
TNS/E compiles is defined as
int.
#include <cextdecs(PROCESS_GETINFOLIST_)>
short PROCESS_GETINFOLIST_ ( [ short cpu ] /* i 1 */
,[ short *pin ] /* i,o 2 */
,[ char *nodename ] /* i:i 3 */
,[ short length ] /* i:i 3 */
,[ short *processhandle ] /* i 4 */
,short *ret-attr-list /* i 5 */
,short ret-attr-count /* i 6 */
,short *ret-values-list /* o 7 */
,short ret-values-maxlen /* i 8 */
,short *ret-values-len /* o 9 */
,[ short *error-detail ] /* o 10 */
,[ short srch-option ] /* i 11 */
,[ short *srch-attr-list ] /* i 12 */
,[ short srch-attr-count ] /* i 13 */
,[ short *srch-values-list ] /* i 14 */
,[ short srch-values-len ] /* i 15 */
,{ __int32_t oss-pid ] ) ; /* i 16*/;