次の方法で共有


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

  • 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

See Also

Reference

Ceddk.dll Bus Access Functions
CreateBusAccessHandle