Share via


OALIoCtlHalReleaseSysIntr (Compact 2013)

10/16/2014

This function is called from OEMIoControl for IOCTL_HAL_RELEASE_SYSINTR. OALIoCtlHalReleaseSysIntr releases a previously-requested SYSINTR.

Syntax

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

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_RELEASE_SYSINTR.
  • nInBufSize
    [in] Set to sizeof(UINT32).
  • lpOutBuf
    [out] Set to NULL.
  • nOutBufSize
    [out] Set to zero, the size of lpOutBuf.
  • lpBytesReturned
    [in] Set to NULL.

Return Value

TRUE indicates success.

FALSE indicates failure.

Requirements

Header

oal_intr.h

Library

Developer Implemented

See Also

Reference

Interrupt Functions