Share via


OEMNotifyIntrOccurs (Compact 2013)

10/16/2014

This function is called when an interrupt occurs.

Syntax

DWORD OEMIntrOccurs( 
  DWORD dwSysIntr 
); 

Parameters

  • dwSysIntr
    [in] System interrupt (SYSINTR) value.

Return Value

A SYSINTR value.

Remarks

You can use this function to catch all interrupts.

Unless you want to change the rerouted SYSINTR, this function returns the SYSINTR value that was passed through dwSysIntr.

If you implement OEMNotifyIntrOccurs, set the pfnNotifyIntrOccurs member of OEMGLOBAL to point to this function.

Requirements

Header

Developer Implemented

Library

OEMMain.lib or OEMMain_StaticKITL.lib

See Also

Reference

Optional OAL Functions