KSPROPERTY_TOPOLOGY enumeration (ks.h)
Syntax
typedef enum {
KSPROPERTY_TOPOLOGY_CATEGORIES,
KSPROPERTY_TOPOLOGY_NODES,
KSPROPERTY_TOPOLOGY_CONNECTIONS,
KSPROPERTY_TOPOLOGY_NAME
} KSPROPERTY_TOPOLOGY;
Constants
KSPROPERTY_TOPOLOGY_CATEGORIES Specify to query for the array of functional categories that a driver supports. |
KSPROPERTY_TOPOLOGY_NODES Specify for a list of the topology nodes and node types GUIDs supported by the filter. |
KSPROPERTY_TOPOLOGY_CONNECTIONS Specify to query all connections between nodes of a KS filter. |
KSPROPERTY_TOPOLOGY_NAME Specify to provide the localized Unicode string name of the node. |
Requirements
Requirement | Value |
---|---|
Header | ks.h |