[PreserveSigAttribute]
HResult OnDeviceRemoved(
string deviceId
)
<PreserveSigAttribute>
Function OnDeviceRemoved (
deviceId As String
) As HResult
Dim instance As IMMNotificationClient
Dim deviceId As String
Dim returnValue As HResult
returnValue = instance.OnDeviceRemoved(deviceId)
[PreserveSigAttribute]
HResult OnDeviceRemoved(
String^ deviceId
)
[<PreserveSigAttribute>]
abstract OnDeviceRemoved :
deviceId : string -> HResult
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IMMNotificationClient.OnDeviceRemoved(System.String)"]