KSTOPOLOGY_ENDPOINTID structure (ksmedia.h)

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

Syntax

typedef struct _tagKSTOPOLOGY_ENDPOINTID {
  WCHAR TopologyName[MAX_PATH];
  ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;

Members

TopologyName[MAX_PATH]

The name of the topology endpoint.

PinId

The pin ID of the topology endpoint.

Requirements

Requirement Value
Minimum supported client Windows 10,Windows 10 Mobile
Minimum supported server Windows Server 2016
Header ksmedia.h

See also

KSTOPOLOGY_ENDPOINTIDPAIR