Guardian Procedure Calls Reference Manual
PROCESS_GETINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
General Considerations
Mom Considerations
Home Terminal Considerations
I/O Processes That Control Multiple Devices
OSS Considerations
Examples
Related Programming Manual
Summary
The PROCESS_GETINFO_ procedure obtains a limited set of information about a specified process.
A related procedure, PROCESS_GETINFOLIST_, obtains detailed information about a particular
process or set of processes that meet specified criteria.
Syntax for C Programmers
NOTE: In the TNS/E environment, the CEXTDECS file uses the int data type for 32-bit values.
This is a change from the TNS and TNS/R environments where CEXTDECS uses the long data
type for 32-bit values.
#include <cextdecs(PROCESS_GETINFO_)>
short PROCESS_GETINFO_ ( [ short *processhandle ]
,[ char *proc-fname ]
,[ short maxlen ]
,[ short *proc-fname-len ]
,[ short *priority ]
,[ short *mom’s-processhandle ]
,[ char *hometerm ]
,[ short maxlen ]
,[ short *hometerm-len ]
,[ long long *process-time ]
,[ short *creator-access-id ]
,[ short *process-access-id ]
,[ short *gmom’s-processhandle ]
,[ short *jobid ]
,[ char *program-file ]
,[ short maxlen ]
,[ short *program-len ]
,[ char *swap-file ]
,[ short maxlen ]
,[ short *swap-len ]
,[ short *error-detail ]
,[ short *proc-type ]
,[ __int32_t *oss-pid ]
,[ __int32_t timeout ] );
PROCESS_GETINFO_ Procedure 1005










