Share via


IOCTL_HAL_DDK_CALL (Windows Embedded CE 6.0)

1/5/2010

This IOCTL is called by the Ceddk.dll file to implement the HalGetBusDataByOffset and HalSetBusDataByOffset functions.

This IOCTL calls the OEM functions OEMGetBusDataByOffset and OEMSetBusDataByOffset to read and write configuration cycle data to the PCI and ISA busses.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_DDK_CALL.
  • nInBufSize
    [in] Size of the lpInBuf parameter; in this case, the size of the BUSDATA_PARMS structure.
  • lpOutBuf
    [in] Set to NULL.
  • nOutBufSize
    [in] Set to NULL.
  • lpBytesReturned
    [in] Set to NULL.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CEDDK IOCTLs
IOCTL_HAL_GETBUSDATA
IOCTL_HAL_SETBUSDATA
OEMIoControl

Other Resources

BUSDATA_PARMS
HalGetBusDataByOffset
HalSetBusDataByOffset