OEM_InterruptMask

In Windows Embedded CE6 InterruptMask is only callable from kernel-space. The function OEM_InterruptMask is a workaround to use InterruptMask from user-space.
This function masks hardware interrupts.
See Platform-Builder-Help for details.

VOID OEM_InterruptMask(         
  DWORD idInt,
  BOOL fDisable
);

Parameters

idInt
[in] Interrupt identifier to be associated with the interrupt service thread (IST).

fDisable
[in] Flag to disable (mask) or enable (unmask) the interrupt.

Return Values

None.

Requirements

OS Versions: Windows Embedded CE 6.
Header: drvlib_app.h
Link Library: drvlib_app.lib
added: 14.03.2008

(C) 2009 Keith & Koep GmbH. Alle Rechte vorbehalten. Nutzungsbedingungen
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use