MFSHUTDOWN_STATUS enumeration (mfidl.h)

Describes the current status of a call to the IMFShutdown::Shutdown method.

Syntax

typedef enum _MFSHUTDOWN_STATUS {
  MFSHUTDOWN_INITIATED = 0,
  MFSHUTDOWN_COMPLETED
} MFSHUTDOWN_STATUS;

Constants

 
MFSHUTDOWN_INITIATED
Value: 0
The shutdown operation has started but is not yet complete.
MFSHUTDOWN_COMPLETED
Shutdown is complete.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mfidl.h

See also

IMFShutdown

IMFShutdown::GetShutdownStatus

Media Foundation Enumerations