MFSHUTDOWN_STATUS enumeration
Describes the current status of a call to the IMFShutdown::Shutdown method.
Syntax
typedef enum _MFSHUTDOWN_STATUS { MFSHUTDOWN_INITIATED, MFSHUTDOWN_COMPLETED } MFSHUTDOWN_STATUS;
Constants
- MFSHUTDOWN_INITIATED
-
The shutdown operation has started but is not yet complete.
- MFSHUTDOWN_COMPLETED
-
Shutdown is complete.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: