structure KSTOPOLOGY_ENDPOINTID (ksmedia.h)
La structure KSTOPOLOGY_ENDPOINTID spécifie le nom et l’ID de broche d’un point de terminaison de topologie.
Syntaxe
typedef struct _tagKSTOPOLOGY_ENDPOINTID {
WCHAR TopologyName[MAX_PATH];
ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;
Membres
TopologyName[MAX_PATH]
Nom du point de terminaison de topologie.
PinId
ID de code pin du point de terminaison de topologie.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10,Windows 10 Mobile |
Serveur minimal pris en charge | Windows Server 2016 |
En-tête | ksmedia.h |