KSTOPOLOGY_ENDPOINTIDPAIR - NtDoc

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

typedef struct _tagKSTOPOLOGY_ENDPOINTIDPAIR {
  KSTOPOLOGY_ENDPOINTID RenderEndpoint;
  KSTOPOLOGY_ENDPOINTID CaptureEndpoint;
} KSTOPOLOGY_ENDPOINTIDPAIR, *PKSTOPOLOGY_ENDPOINTIDPAIR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_tagKSTOPOLOGY_ENDPOINTIDPAIR structure

Description

The KSTOPOLOGY_ENDPOINTIDPAIR structure specifies the render and capture endpoint IDs to use for the KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR property.

Members

RenderEndpoint

Specifies the render endpoint ID.

CaptureEndpoint

Specifies the capture endpoint ID.

See also

KSTOPOLOGY_ENDPOINTID