USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
INativeListener.OnSurpriseRemoval Method
< Previous
Top
Next >
Declaration
Native (C++):
HRESULT
OnSurpriseRemoval
(
_FILETIME *
fTime
) ;
Parameters
fTime
The time of the event.
Return Value
S_OK or standard OLE error code.
Remarks
Called when device is removed with EVENT_DEVICESURPRISEREMOVAL
< Previous
Top
Next >