KSTOPOLOGY_ENDPOINTID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _tagKSTOPOLOGY_ENDPOINTID {
  WCHAR TopologyName[MAX_PATH];
  ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_tagkstopology_endpointid)

_tagKSTOPOLOGY_ENDPOINTID structure

Description

The KSTOPOLOGY_ENDPOINTID structure specifies the name and the pin ID of a topology endpoint.

Members

TopologyName

The name of the topology endpoint.

PinId

The pin ID of the topology endpoint.

See also

KSTOPOLOGY_ENDPOINTIDPAIR