IMMDeviceCollection Interface
Represents a collection of multimedia device resources.
In the current implementation, the only device resources that the
MMDevice API can create collections of are audio endpoint devices.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0BD7A1BE-7A1A-44DB-8397-CC5392387B5E")]
public interface IMMDeviceCollection
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("0BD7A1BE-7A1A-44DB-8397-CC5392387B5E")>
Public Interface IMMDeviceCollection
Dim instance As IMMDeviceCollection
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0BD7A1BE-7A1A-44DB-8397-CC5392387B5E")]
public interface class IMMDeviceCollection
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0BD7A1BE-7A1A-44DB-8397-CC5392387B5E")>]
type IMMDeviceCollection = interface end
No code example is currently available or this language may not be supported.
GetCount
|
retrieves a count of the devices in the device collection.
|
Item
|
Retrieves a pointer to the specified item in the device collection.
|