Describes the current status of a call to the IMFShutdown::Shutdown method.
typedef enum _MFSHUTDOWN_STATUS
{
MFSHUTDOWN_INITIATED = 0,
MFSHUTDOWN_COMPLETED = (MFSHUTDOWN_INITIATED+1)
} MFSHUTDOWN_STATUS;
| Constant | Description |
|---|---|
| MFSHUTDOWN_INITIATED | The shutdown operation has started but is not yet complete. |
| MFSHUTDOWN_COMPLETED | Shutdown is complete. |
Header: Declared in mfidl.h.