Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function gets a current universal serial bus (USB) frame number.
Syntax
typedef BOOL (* LPGET_FRAME_NUMBER)(
USB_HANDLE hDevice,
LPDWORD lpdwFrameNumber
);
Parameters
- hDevice
[in] Handle to a USB device.
- lpdwFrameNumber
[out] Pointer to a frame number.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
usbdi.h |