KSPROPERTY_SELECTOR_NODE_S structure (ksmedia.h)

The KSPROPERTY_SELECTOR_NODE_S structure describes node-based property settings in the PROPSETID_VIDCAP_SELECTOR property set.

Syntax

typedef struct {
  KSP_NODE NodeProperty;
  LONG     Value;
  ULONG    Flags;
  ULONG    Capabilities;
} KSPROPERTY_SELECTOR_NODE_S, *PKSPROPERTY_SELECTOR_NODE_S;

Members

NodeProperty

Specifies an initialized KSP_NODE structure that describes the node, property set, property ID, and request type.

Value

Specifies the value of a request. For Set requests, the minidriver should set the property specified in Property to this value. For Get requests, the minidriver should return the value of the property specified in Property.

Flags

Specifies the flags of a request. For Set requests, this value indicates the desired setting. For Get requests, this value contains the current setting.

Capabilities

Specifies the capabilities of a property. This member has meaning only for Get requests. The minidriver should return the capabilities of the Selector with respect to the property specified in Property.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_SELECTOR_S