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_RUNNING Value: 1 Operation is running, no user intervention. |
PDOPS_PAUSED Value: 2 Operation has been paused by the user. |
PDOPS_CANCELLED Value: 3 Operation has been canceled by the user - now go undo. |
PDOPS_STOPPED Value: 4 Operation has been stopped by the user - terminate completely. |
PDOPS_ERRORS Value: 5 Operation has gone as far as it can go without throwing error dialogs. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shobjidl_core.h |