OEMNMIHandler (Windows CE 5.0)

Send Feedback

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.

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

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.