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;

Member

TopologyName[MAX_PATH]

Der Name des Topologieendpunkts.

PinId

Die Pin-ID des Topologieendpunkts.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10,Windows 10 Mobile
Unterstützte Mindestversion (Server) Windows Server 2016
Kopfzeile ksmedia.h

Weitere Informationen

KSTOPOLOGY_ENDPOINTIDPAIR