IMMDeviceEnumeratorVtable

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Members

Aliases

This_
alias This_ = IMMDeviceEnumerator*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

AddRef
ULONG function(This_) AddRef;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumAudioEndpoints
HRESULT function(This_, EDataFlow dataFlow, DWORD dwStateMask, IMMDeviceCollection** ppDevices) EnumAudioEndpoints;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDefaultAudioEndpoint
HRESULT function(This_, EDataFlow dataFlow, ERole role, IMMDevice** ppEndpoint) GetDefaultAudioEndpoint;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDevice
HRESULT function(This_, LPCWSTR pwstrId, IMMDevice** ppDevice) GetDevice;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryInterface
HRESULT function(This_, REFIID riid, void** ppvObject) QueryInterface;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RegisterEndpointNotificationCallback
HRESULT function(This_, IMMNotificationClient* pClient) RegisterEndpointNotificationCallback;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Release
ULONG function(This_) Release;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnregisterEndpointNotificationCallback
HRESULT function(This_, IMMNotificationClient* pClient) UnregisterEndpointNotificationCallback;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta