Share via


OALIoCtlHalDdkCall (Compact 2013)

10/16/2014

This function is called from OEMIoControl for IOCTL_HAL_DDK_CALL.

Syntax

BOOL OALIoCtlHalDdkCall(
  UINT32 dwIoControlCode,
  VOID *lpInBuf,
  UINT32 nInBufSize,
  VOID *lpOutBuf,
  UINT32 nOutBufSize,
  UINT32 *lpBytesReturned
);

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_DDK_CALL.
  • nInBufSize
    [in] Size of the lpInBuf parameter; either the size of the BUSDATA_PARMS or OAL_DDK_PARAMS structure.
  • lpOutBuf
    [in] Set to NULL.
  • nOutBufSize
    [in] Set to NULL.
  • lpBytesReturned
    [in] Set to NULL.

Return Value

TRUE indicates success.

FALSE indicates failure.

Requirements

Header

oal_io.h

Library

Developer Implemented

See Also

Reference

OAL I/O Functions