KSNODEPROPERTY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  KSPROPERTY Property;
  ULONG      NodeId;
  ULONG      Reserved;
} KSNODEPROPERTY, *PKSNODEPROPERTY;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksnodeproperty)

KSNODEPROPERTY structure

Description

The KSNODEPROPERTY structure specifies a node and a property of that node.

Members

Property

Specifies the property to get or set. This member is a structure of type KSPROPERTY.

NodeId

Specifies the node ID. This member identifies the target node for the property request.

Reserved

Reserved for internal use by operating system. Do not use.

Remarks

This structure is identical to KSP_NODE.

See the discussion of the KSNODEPROPERTY structure in Audio Property Requests.

See also

KSPROPERTY

KSP_NODE