Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-12
PROCESS_ACTIVATE_
Returns a suspended process or process pair to the ready state.
returned value:
specifier
#include <cextdecs(PROCESS_ACTIVATE_)>
short PROCESS_ACTIVATE_ ( short *processhandle /* i */
,[ short specifier ] );/* i */
0 = Process activated.
11 = Process does not exist.
48 = Security violation.
201 = Unable to communicate with the processor of the process.
0 = Activate the specified process.
1 = Activate both members if the specified process is part of a named process
pair; otherwise, activate the specified process.