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 retrieves device information using a handle returned from CreateFile.
Syntax
BOOL GetDeviceInformationByFileHandle(
HANDLE hFile,
PDEVMGR_DEVICE_INFORMATION pdi
);
Parameters
- hFile
[in] Handle returned from CreateFile.
- pdi
[out] Pointer to a DEVMGR_DEVICE_INFORMATION structure to populate with device information.
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
DEVMGR_DEVICE_INFORMATION