MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS enumeration
Defines status flags for the MF_TOPOLOGY_RESOLUTION_STATUS attribute.
Syntax
typedef enum _MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS { MF_TOPOLOGY_RESOLUTION_SUCCEEDED = 0x00000000, MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE = 0x00000001, MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS = 0x00000002 } MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS;
Constants
- MF_TOPOLOGY_RESOLUTION_SUCCEEDED
-
The topology was resolved successfully.
- MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE
-
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
-
An optional topology node was rejected because it could not be loaded into a protected process.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: