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.
Kernel streaming clients use the KSP_NODE structure to specify the property and node type within a KSPROPERTY_TOPOLOGY_NAME property request.
Syntax
typedef struct {
KSPROPERTY Property;
ULONG NodeId;
ULONG Reserved;
} KSP_NODE, *PKSP_NODE;
Members
Property
Specifies a KSPROPERTY structure.
NodeId
Specifies the node ID.
Reserved
Reserved for system use. Should be set to zero.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |