// ksmedia.h
typedef struct _tagKSTOPOLOGY_ENDPOINTIDPAIR {
KSTOPOLOGY_ENDPOINTID RenderEndpoint;
KSTOPOLOGY_ENDPOINTID CaptureEndpoint;
} KSTOPOLOGY_ENDPOINTIDPAIR, *PKSTOPOLOGY_ENDPOINTIDPAIR;
View the official Windows Driver Kit DDI referenceNo description available.
The KSTOPOLOGY_ENDPOINTIDPAIR structure specifies the render and capture endpoint IDs to use for the KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR property.
RenderEndpointSpecifies the render endpoint ID.
CaptureEndpointSpecifies the capture endpoint ID.