OEMNMIHandler
This function enables a nonmaskable interrupt (NMI) to be captured by an OEM.
void OEMNMIHandler (void);
Parameters
None.
Return Values
None.
Remarks
OEMs implement this function if they are targeting an x86 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. Once 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
OS Versions: Windows CE 2.10 and later.
Header: Developer defined.
Link Library: Nk.lib.
See Also
Critical-to-Off Interrupt Implementation | How to Develop an OEM Adaptation Layer
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.