Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-25
options
PROCESS_SUSPEND_
Places a process or process pair into the suspended state.
returned value:
specifier
PROCESSACCESSID
(superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Obtains the
process access ID (PAID) of the calling process.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
PROCESSFILESECURITY
(superseded by PROCESS_SETINFO_, PROCESS_GETINFO_, or
PROCESS_GETINFOLIST_) Examines or sets the file security for the current process.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Bits 0-14 Reserved (specify 0)
Bit 15 Normal termination (STOP)
1 Abnormal termination (ABEND)
#include <cextdecs(PROCESS_SUSPEND_)>
short PROCESS_SUSPEND_ ( short *processhandle /* i */
,[ short specifier ] );/* i */
0 = Process has been successfully suspended.
11 = Process does not exist.
48 = A security violation has occurred.
201 = Unable to communicate with processor where the process is running.
0 = Suspend the specified process only.
1 = Suspend both members if the specified process is part of a named process pair.