PDOPSTATUS enumeration (shobjidl_core.h)
Provides operation status flags.
Syntax
typedef enum PDOPSTATUS {
PDOPS_RUNNING = 1,
PDOPS_PAUSED = 2,
PDOPS_CANCELLED = 3,
PDOPS_STOPPED = 4,
PDOPS_ERRORS = 5
} ;
Constants
PDOPS_RUNNINGValue: 1 Operation is running, no user intervention. |
PDOPS_PAUSEDValue: 2 Operation has been paused by the user. |
PDOPS_CANCELLEDValue: 3 Operation has been canceled by the user - now go undo. |
PDOPS_STOPPEDValue: 4 Operation has been stopped by the user - terminate completely. |
PDOPS_ERRORSValue: 5 Operation has gone as far as it can go without throwing error dialogs. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shobjidl_core.h |