次の方法で共有


LPGET_DEVICE_INFO (Windows Embedded CE 6.0)

1/6/2010

This function gets a pointer to a device information structure.

Syntax

typedef LPCUSB_DEVICE (* LPGET_DEVICE_INFO)(
  USB_HANDLE hDevice
);

Parameters

  • hDevice
    [in] Handle to a USB device.

Return Value

Returns a pointer to the USB_DEVICE structure for a device.

Requirements

Header usbdi.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

USB Host Driver Functions
USB_DEVICE