OEM_InterruptDisable

In Windows Embedded CE6 InterruptDisable is only callable from kernel-space. The function OEM_InterruptDisable is a workaround to use InterruptDisable from user-space.
This function disables a hardware interrupt as specified by its interrupt identifier.
See Platform-Builder-Help for details.

VOID OEM_InterruptDisable( 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