The IMMEndpoint interface represents an audio endpoint devices. A client obtains a reference to an IMMEndpoint interface instance by following these steps:
IMMDevice interface of an audio endpoint device.IMMDevice::QueryInterface method with parameter iid set to REFIID IID_IMMEndpoint.interface IMMEndpoint : public IUnknown
Header: Declared in mmdeviceapi.h.
Library: Use MMDevApi.lib.