USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
_IMonitoringEvents.OnSelectConfiguration Method
< Previous
Top
Next >
Declaration
Automation:
HRESULT
OnSelectConfiguration
(
[in]
DateTime
time
) ;
Parameters
time
The time of the event.
Return Value
S_OK or standard OLE error code.
Remarks
Fired when URB packet with urb.UrbHeader.Function=URB_FUNCTION_SELECT_CONFIGURATION is received. See
_URB_SELECT_CONFIGURATION
for more details.
< Previous
Top
Next >