IMMDeviceCollection

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
@nogc nothrow extern (Windows)
interface IMMDeviceCollection : IUnknown {}

Members

Functions

GetCount
HRESULT GetCount(UINT pcDevices)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Item
HRESULT Item(UINT nDevice, IMMDevice ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta