IMMNotificationClientOnPropertyValueChanged Method

Indicates that the value of a property belonging to an audio endpoint device has changed.

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 OnPropertyValueChanged(
	string deviceId,
	PropertyKey propertyKey
)

Parameters

deviceId  String
The endpoint ID string that identifies the audio endpoint device.
propertyKey  PropertyKey
A PropertyKey that specifies the type of property.

Return Value

HResult

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

See Also