OEMNMIHandler (Windows Embedded CE 6.0)
1/5/2010
This function enables a nonmaskable interrupt (NMI) to be captured by an OEM.
Syntax
If defined (x86)
void OEMNMIHandler (void);
#elif defined (SHx)
DWORD OEMNMIHandler (void);
#endif
Parameters
None.
Return Value
Value | Description |
---|---|
None |
Critical power issues resolved (on the x86 platform) |
SYSINTR_NOP |
Critical power issues resolved (on the SHx platform) |
Remarks
OEMs implement this function if they are targeting an x86 or SHx platform.
This function is designed to handle critical power issues only. All critical power issues must be resolved by this function before returning to the kernel.
After this function returns to the kernel, the system halts.
For a sample implementation of this function, see the CEPC platform source code in Fwpc.c.
Requirements
Header | Developer Implemented |
Library | OEMMain.lib or OEMMain_StaticKITL.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Tasks
How to Develop an OEM Adaptation Layer