typedef enum { VM_PROCESS_STATUS_UNLOAD = 0, VM_PROCESS_STATUS_FOREGROUND, VM_PROCESS_STATUS_BACKGROUND, VM_PROCESS_STATUS_STARTING, VM_PROCESS_STATUS_CLOSING, VM_PROCESS_STATUS_INACTIVE } VM_PROCESS_STATUS;
typedef enum { VM_PROCESS_STATUS_UNLOAD = 0, VM_PROCESS_STATUS_FOREGROUND, VM_PROCESS_STATUS_BACKGROUND, VM_PROCESS_STATUS_STARTING, VM_PROCESS_STATUS_CLOSING, VM_PROCESS_STATUS_INACTIVE } VM_PROCESS_STATUS;
Status of an application process.
vmsystem.h
|
Members |
Description |
|
VM_PROCESS_STATUS_UNLOAD = 0 |
The application has loaded to memory, but not started yet. |
|
VM_PROCESS_STATUS_FOREGROUND |
Reserved. |
|
VM_PROCESS_STATUS_BACKGROUND |
Reserved. |
|
VM_PROCESS_STATUS_STARTING |
The application is running. |
|
VM_PROCESS_STATUS_CLOSING |
The application is about to exit. |
|
VM_PROCESS_STATUS_INACTIVE |
Reserved. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.