Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SUCCEEDEDValue: 0 The topology was resolved successfully. | 
| MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPEValue: 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_PROCESSValue: 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 |