OEMInit (Windows CE 5.0)
This function is implemented by the OEM to initialize all hardware interfaces for the target device.
void OEMInit (void);
Parameters
None.
Return Values
None.
Remarks
This function can register ISRs by calling the kernel function HookInterrupt.
The kernel calls OEMInit after it has performed minimal initialization. In this state, interrupts are disabled and the kernel is unable to handle exceptions. The only kernel service available to this function is HookInterrupt.
For more information, see Implementing the OEMInit Function.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
HookInterrupt | InterruptInitialize | MainMemoryEndAddress | pQueryPerformanceCounter | pQueryPerformanceFrequency | pReadRegistryFromOEM | pWriteRegistryToOEM
Send Feedback on this topic to the authors