InterruptMask (Windows CE 5.0)

Send Feedback

This function masks hardware interrupts.

VOID InterruptMask(DWORD idInt,
BOOL fDisable); 

Parameters

  • idInt
    [in] Interrupt identifier to be associated with the IST.
  • fDisable
    [in] Flag to disable (mask) or enable (unmask) the interrupt.

Return Values

None.

Remarks

A device driver calls InterruptMask to temporarily mask or unmask an interrupt so that the device driver can safely access the hardware without being interrupted by the same interrupt.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

OEMInterruptEnable | OEMInterruptDisable

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.