IMMEndpoint Interface

The IMMEndpoint interface represents an audio endpoint devices. A client obtains a reference to an IMMEndpoint interface instance by following these steps:

  1. By using one of the techniques described in IMMDevice Interface, obtain a reference to the IMMDevice interface of an audio endpoint device.
  2. Call the IMMDevice::QueryInterface method with parameter iid set to REFIID IID_IMMEndpoint.

Syntax

interface IMMEndpoint : public IUnknown  

Requirements

Header: Declared in mmdeviceapi.h.

Library: Use MMDevApi.lib.

See also

IMMEndpoint Members