IMMNotificationClientOnDeviceAdded Method

Indicates that a new audio endpoint device has been added.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult OnDeviceAdded(
	string deviceId
)

Parameters

deviceId  String
The endpoint ID string that identifies the audio endpoint device.

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IMMNotificationClient.OnDeviceAdded(System.String)"]

See Also