GetChildDeviceRemoveState (Compact 2013)
3/26/2014
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 |