Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function performs tasks the OEM considers necessary before the kernel halts the system.
Syntax
void (*OEMHaltSystem)(void);
Parameters
None.
Return Value
None.
Remarks
The kernel calls this function when an unrecoverable error occurs and the OS cannot continue to run. For example, this function may display an error condition with diagnostic LEDs. If you implement OEMHaltSystem, set the pfnHaltSystem member of OEMGLOBAL to point to this function.
Requirements
Header |
Developer Implemented |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |