Share via


OEMInitInterlockedFunctions (Compact 2013)

10/16/2014

This function initializes the interlocked function table for the OAL.

Syntax

void OEMInitInterlockedFunctions(void);

Parameters

None.

Return Value

None.

Remarks

This function is required for multiprocessor support. A default implementation for each type of CPU architecture is provided in the Nkstub library; only implement your own version if you need platform-specific initialization. If you implement OEMInitInterlockedFunctions, set the pfnInitInterlockedFunc member of OEMGLOBAL to point to this function.

Requirements

Header

Developer Implemented

Library

OEMMain.lib or OEMMain_StaticKITL.lib

See Also

Reference

Optional OAL Functions