[PreserveSigAttribute]
HResult OnDeviceAdded(
string deviceId
)
<PreserveSigAttribute>
Function OnDeviceAdded (
deviceId As String
) As HResult
Dim instance As IMMNotificationClient
Dim deviceId As String
Dim returnValue As HResult
returnValue = instance.OnDeviceAdded(deviceId)
[PreserveSigAttribute]
HResult OnDeviceAdded(
String^ deviceId
)
[<PreserveSigAttribute>]
abstract OnDeviceAdded :
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.OnDeviceAdded(System.String)"]