OEM_InterruptDone

In Windows Embedded CE6 InterruptDone is only callable from kernel-space. The function OEM_InterruptDone is a workaround to use InterruptDone from user-space.
This function signals to the kernel that interrupt processing has been completed.
See Platform-Builder-Help for details.

VOID OEM_InterruptDone(       
  DWORD idInt
);

Parameters

idInt
[in] Identifier of an 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