OEMInterruptDisable (Windows Embedded CE 6.0)

1/5/2010

This function disables the specified hardware interrupt.

Syntax

void OEMInterruptDisable( 
  DWORD idInt 
);

Parameters

  • idInt
    [in] Interrupt identifier to be disabled.

Return Value

None.

Remarks

When a device driver is being unloaded and calls the InterruptDisable kernel routine, the kernel then calls OEMInterruptDisable.

The system cannot be pre-empted when this function is called.

Requirements

Header nkintr.h
Library OEMMain.lib or OEMMain_StaticKITL.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Disabling an Interrupt

Reference

Required OAL Functions
OEMInterruptEnable

Other Resources

InterruptDisable