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