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.
This function retrieves device information using a handle returned from ActivateDeviceEx.
BOOL GetDeviceInformationByDeviceHandle( HANDLE hDevice, PDEVMGR_DEVICE_INFORMATION pdi);
Parameters
- hDevice
[in] Handle returned from ActivateDeviceEx. - pdi
[out] Pointer to a DEVMGR_DEVICE_INFORMATION structure to populate with device information.
Return Values
Returns TRUE if the DEVMGR_DEVICE_INFORMATION is populated successfully.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Winbase.h.
See Also
ActivateDeviceEx | DEVMGR_DEVICE_INFORMATION
Send Feedback on this topic to the authors