structure KSTOPOLOGY_ENDPOINTID (ksmedia.h)
La structure KSTOPOLOGY_ENDPOINTID spécifie le nom et l’ID d’épingle 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 d’épingle du point de terminaison de topologie.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10,Windows 10 Mobile |
serveur minimum pris en charge | Windows Server 2016 |
d’en-tête | ksmedia.h |