#ifndef _NTPSAPI_H
typedef enum _PROCESS_STATE_CHANGE_TYPE
{
ProcessStateChangeSuspend,
ProcessStateChangeResume,
ProcessStateChangeMax,
} PROCESS_STATE_CHANGE_TYPE, *PPROCESS_STATE_CHANGE_TYPE;
View code on GitHub
This enumeration defines types of operations that can be performed on process state objects.
Suspends (freezes) the associated process.
Change | |
---|---|
Extra buffer | void (zero size) |
Required access | PROCESS_SUSPEND_RESUME |
Resumes (thaws) the associated process.
Change | |
---|---|
Extra buffer | void (zero size) |
Required access | PROCESS_SUSPEND_RESUME |