pfnOEMIntrOccurs (Windows Embedded CE 6.0)

1/5/2010

This function pointer is optional and is used to point to the OEMIntrOccurs function, if defined.

Syntax

DWORD (*pfnOEMIntrOccurs)( 
  DWORD dwSysIntr 
); 

Parameters

  • dwSysIntr
    [in] SYSINTR value.

Return Value

A SYSINTR value is returned.

Requirements

Header Developer Implemented
Library Nk.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Optional OAL Functions
OEMIntrOccurs
pfnOEMReschedule