KSTOPOLOGY_ENDPOINTID Struktur (ksmedia.h)
Die KSTOPOLOGY_ENDPOINTID-Struktur gibt den Namen und die Pin-ID eines Topologieendpunkts an.
Syntax
typedef struct _tagKSTOPOLOGY_ENDPOINTID {
WCHAR TopologyName[MAX_PATH];
ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;
Angehörige
TopologyName[MAX_PATH]
Der Name des Topologieendpunkts.
PinId
Die Pin-ID des Topologieendpunkts.
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Windows 10,Windows 10 Mobile |
mindestens unterstützte Server- | Windows Server 2016 |
Header- | ksmedia.h |