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 polls the hardware to determine whether it has been removed.
Syntax
BOOL GetChildDeviceRemoveState (
HANDLE hBusAccess,
PDWORD lpdChildDeviceState
);
Parameters
- hBusAccess
[in] Handle obtained from CreateBusAccessHandle.
- lpdChildDeviceState
[out] Pointer to place information obtained through IOCTL_BUS_GET_CONFIGURE_DATA.
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