OEMInitClock (Compact 2013)
10/16/2014
This function initializes the CPU clock after the OAL returns from OEMPowerOff.
Syntax
void OEMInitClock (void);
Parameters
None.
Return Value
None.
Remarks
We recommend initializing the clock in the OEMPowerOff function instead of implementing this function. If you implement OEMInitClock, the kernel calls this function after the OEMPowerOff function.
Requirements
Header |
Developer Implemented |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |