Help index

PauseProcess

***********************************************
** Suspend the running process
Tries to suspend the process. If successful, the PROCESS_SUSPEND
debug event will arrive (see GetDebuggerEvent)
   arguments: none
   returns: success
See the important note to the StepInto() function

success PauseProcess(void);

To resume a suspended process use the GetDebuggerEvent function.

Index | Previous topic | Next topic