LPRESUME_DEVICE (Windows CE 5.0)
This function resumes the attached device by resuming the port on the universal serial bus (USB) hub.
typedef BOOL (* LPRESUME_DEVICE)( USB_HANDLE hDevice , UCHAR bInterfaceNumber );
Parameters
- hDevice
[in] Handle to a USB device. - bInterfaceNumber
[in] Interface number being resumed on the device.
Return Values
Returns TRUE if the operation is success. Otherwise, returns FALSE.
Remarks
For multiple interface devices, if multiple interfaces are activated, the device is resumed after the first ResumeDevice call on all first interfaces.
Requirment
OS Versions: Windows CE 5.0 and later.
Header: Usbdi.h.
See Also
LPDISABLE_DEVICE | LPSUSPEND_DEVICE
Send Feedback on this topic to the authors