IMMNotificationClientOnDeviceRemoved Method |
Device Removed
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid OnDeviceRemoved(
string deviceId
)
Sub OnDeviceRemoved (
deviceId As String
)
void OnDeviceRemoved(
String^ deviceId
)
abstract OnDeviceRemoved :
deviceId : string -> unit
Parameters
- deviceId
- Type: SystemString
See Also