Partager via


GetDeviceInfo

This function gets a pointer to a device information structure.

LPCUSB_DEVICE GetDeviceInfo(
  USB_HANDLE hDevice 
);

Parameters

  • hDevice
    [in] Handle to a USB device.

Return Values

Returns a pointer to the USB_DEVICE structure for a device.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Usbd.hpp.
Link Library: Usbd_lib.lib.

See Also

USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.