GetDeviceInformationByDeviceHandle (Windows Embedded CE 6.0)

1/6/2010

This function retrieves device information using a handle returned from ActivateDeviceEx.

Syntax

BOOL GetDeviceInformationByDeviceHandle(
  HANDLE hDevice,
  PDEVMGR_DEVICE_INFORMATION pdi
);

Parameters

  • hDevice
    [in] Handle returned from ActivateDeviceEx.

Return Value

Returns TRUE if the DEVMGR_DEVICE_INFORMATION is populated successfully.

Requirements

Header winbase.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Device Manager Functions
ActivateDeviceEx
DEVMGR_DEVICE_INFORMATION