KSTOPOLOGY_ENDPOINTID struttura (ksmedia.h)

La struttura KSTOPOLOGY_ENDPOINTID specifica il nome e l'ID pin di un endpoint di topologia.

Sintassi

typedef struct _tagKSTOPOLOGY_ENDPOINTID {
  WCHAR TopologyName[MAX_PATH];
  ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;

Members

TopologyName[MAX_PATH]

Nome dell'endpoint della topologia.

PinId

ID pin dell'endpoint della topologia.

Requisiti

Requisito Valore
Client minimo supportato Windows 10,Windows 10 Mobile
Server minimo supportato Windows Server 2016
Intestazione ksmedia.h

Vedi anche

KSTOPOLOGY_ENDPOINTIDPAIR