Share via


GetChildDeviceRemoveState (Windows CE 5.0)

Send Feedback

This function polls the hardware to determine whether it has been removed.

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 Values

Returns TRUE if successful. Otherwise, it returns FALSE.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: CEDDK.h.

See Also

CreateBusAccessHandle

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.