// ksmedia.h
typedef struct _tagKSTOPOLOGY_ENDPOINTID {
WCHAR TopologyName[MAX_PATH];
ULONG PinId;
} KSTOPOLOGY_ENDPOINTID, *PKSTOPOLOGY_ENDPOINTID;
View the official Windows Driver Kit DDI referenceNo description available.
The KSTOPOLOGY_ENDPOINTID structure specifies the name and the pin ID of a topology endpoint.
TopologyNameThe name of the topology endpoint.
PinIdThe pin ID of the topology endpoint.