// ks.h
typedef enum {
KSPROPERTY_TOPOLOGY_CATEGORIES,
KSPROPERTY_TOPOLOGY_NODES,
KSPROPERTY_TOPOLOGY_CONNECTIONS,
KSPROPERTY_TOPOLOGY_NAME
} KSPROPERTY_TOPOLOGY;
View the official Windows Driver Kit DDI referenceNo description available.
KSPROPERTY_TOPOLOGY_CATEGORIESSpecify to query for the array of functional categories that a driver supports.
KSPROPERTY_TOPOLOGY_NODESSpecify for a list of the topology nodes and node types GUIDs supported by the filter.
KSPROPERTY_TOPOLOGY_CONNECTIONSSpecify to query all connections between nodes of a KS filter.
KSPROPERTY_TOPOLOGY_NAMESpecify to provide the localized Unicode string name of the node.