OEMNotifyForceCleanBoot (Compact 2013)
10/16/2014
This function performs tasks the OEM considers necessary when the file system is identified as corrupted.
Syntax
void OEMNotifyForceCleanboot(
DWORD dwArg1,
DWORD dwArg2,
DWORD dwArg3,
DWORD dwArg4
);
Parameters
- dwArg1
[in] Reserved, always set to (0) zero.
- dwArg2
[in] Reserved, always set to (0) zero.
- dwArg3
[in] Reserved, always set to (0) zero.
- dwArg4
[in] Reserved, always set to (0) zero.
Return Value
None.
Remarks
If you implement OEMNotifyForceCleanBoot, set the pfnNotifyForceCleanBoot member of OEMGLOBAL to this function. If you implement this function, the kernel calls it before forcing a clean system boot.
Requirements
Header |
Developer Implemented |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |