// ks.h
typedef struct {
KSMETHOD Method;
ULONG NodeId;
ULONG Reserved;
} KSM_NODE, *PKSM_NODE;
View the official Windows Driver Kit DDI reference
No description available.
Just as KSP_NODE is used for properties on a node, the KSM_NODE structure is used for methods on a node.
Method
A structure of type KSMETHOD that specifies the requested method.
NodeId
Specifies the node ID.
Reserved
Reserved for system use. Should be set to zero.