Share via


GetChildDeviceRemoveState (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL GetChildDeviceRemoveState (
  HANDLE hBusAccess,
  PDWORD lpdChildDeviceState
);

Parameters

  • 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