OEMInterruptMask (Compact 2013)

10/16/2014

This function masks or unmasks the interrupt according to its system interrupt (SYSINTR) value.

Syntax

void OEMInterruptMask(
  DWORD dwSysIntr,
  BOOL fDisable
);

Parameters

  • dwSysIntr
    The SYSINTR value.
  • fDisable
    Indicates whether to disable (mask) or enable (unmask) the interrupt request (IRQ). A value of true indicates disable and false indicates enable.

Return Value

None.

Remarks

The OEM adaptation layer (OAL) initializes the OEMGLOBAL structure in Oemglobal.c to contain a pointer to this function in the pfnInterruptMask member.

Requirements

Header

nkintr.h

Library

OEMMain.lib or OEMMain_StaticKITL.lib

See Also

Reference

Required OAL Functions