MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS enumeration (mfidl.h)

Defines status flags for the MF_TOPOLOGY_RESOLUTION_STATUS attribute.

Syntax

typedef enum _MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS {
  MF_TOPOLOGY_RESOLUTION_SUCCEEDED = 0,
  MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE = 0x1,
  MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS = 0x2
} MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS;

Constants

 
MF_TOPOLOGY_RESOLUTION_SUCCEEDED
Value: 0
The topology was resolved successfully.
MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE
Value: 0x1
An optional topology node was rejected because the topology loader could not find a media type for the connection.
MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS
Value: 0x2
An optional topology node was rejected because it could not be loaded into a protected process.

Requirements

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

See also

Media Foundation Enumerations