struttura KSNODE_DESCRIPTOR (ks.h)

La struttura KSNODE_DESCRIPTOR descrive un nodo della topologia all'interno di un filtro.

Sintassi

typedef struct _KSNODE_DESCRIPTOR {
  const KSAUTOMATION_TABLE *AutomationTable;
  const GUID               *Type;
  const GUID               *Name;
  PVOID                    Alignment;
} KSNODE_DESCRIPTOR, *PKSNODE_DESCRIPTOR;

Members

AutomationTable

Puntatore a una struttura KSAUTOMATION_TABLE per questo nodo della topologia. La tabella di automazione contiene le proprietà, i metodi e gli eventi supportati da questo nodo della topologia.

Type

Puntatore a un GUID che definisce il nodo della topologia.

Name

Puntatore a un GUID che rappresenta il nome di questo nodo della topologia. Viene usato per restituire informazioni su una query KSPROPERTY_TOPOLOGY_NAME .

Alignment

Requisiti

Requisito Valore
Client minimo supportato Disponibile in Microsoft Windows XP e nei sistemi operativi successivi e in Microsoft DirectX 8.0 e versioni successive.
Intestazione ks.h (include Ks.h)

Vedi anche

KSFILTER_DESCRIPTOR