GetParentDeviceInfo (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
CEDDK Dynamic-Link Library Bus Access Functions
CreateBusAccessHandle
DEVMGR_DEVICE_INFORMATION