Share via


IOCTL_HAL_DDK_CALL

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

IOCTL_HAL_GETBUSDATA
IOCTL_HAL_SETBUSDATA
OEMIoControl

Other Resources

BUSDATA_PARMS
HalGetBusDataByOffset
HalSetBusDataByOffset