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.
1/6/2010
This function gets a current universal serial bus (USB) frame length.
Syntax
typedef BOOL (* LPGET_FRAME_LENGTH)(
USB_HANDLE hDevice,
LPUSHORT lpuFrameLength
);
Parameters
- hDevice
[in] Handle to a USB device.
- lpuFrameLength
[out] Pointer to the current frame length.
Return Value
TRUE indicates success. FALSE indicates failure. The frame length that is return is in units of full-speed bit times.
Requirements
| Header | usbdi.h |
| Windows Embedded CE | Windows CE 2.10 and later |