struttura KSP_NODE (ks.h)

I client di streaming del kernel usano la struttura KSP_NODE per specificare la proprietà e il tipo di nodo all'interno di una richiesta di proprietà KSPROPERTY_TOPOLOGY_NAME.

Sintassi

typedef struct {
  KSPROPERTY Property;
  ULONG      NodeId;
  ULONG      Reserved;
} KSP_NODE, *PKSP_NODE;

Members

Property

Specifica una struttura KSPROPERTY .

NodeId

Specifica l'ID nodo.

Reserved

Riservato per l'utilizzo nel sistema. Deve essere impostato su zero.

Requisiti

Requisito Valore
Intestazione ks.h (include Ks.h)

Vedi anche

KSNODEPROPERTY

KSPROPERTY