GetParentDeviceInfo (Compact 2013)
3/26/2014
This function retrieves the device information of the parent bus driver.
Syntax
BOOL GetParentDeviceInfo (
HANDLE hBusAccess,
PDEVMGR_DEVICE_INFORMATION pDeviceInfo
);
Parameters
- hBusAccess
[in] Handle obtained from CreateBusAccessHandle.
- pDeviceInfo
[out] Pointer to a DEVMGR_DEVICE_INFORMATION structure.
Return Value
Returns TRUE if successful. Otherwise, it returns FALSE.
Requirements
Header |
ceddk.h |
Library |
CEDDK.lib |
See Also
Reference
Ceddk.dll Bus Access Functions
CreateBusAccessHandle
DEVMGR_DEVICE_INFORMATION