ProcessStates - Process states
Process states describe the state of a handle in a process, i.e. whether the handle is opened or closed, busy or active etc.
Process states can be set by the application program after being opened. Process states must not be set when closing a handle.
Enumarators overview
- Active
(4) - Resource is active
- Busy
(7) - Resource is busy
- Closed
(5) - Resource or context has been closed
- Opened
(6) - Resource has been opened
- UndefinedState
(0) - Process state undefined