OEMPlatformInit (Windows Embedded CE 6.0)

1/5/2010

This function initializes the platform and is called by the BLCOMMON framework.

Syntax

BOOL OEMPlatformInit (void);

Parameters

None.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

Use the OEMPlatformInit function to perform platform-specific initialization, such as clock, driver, and transport initialization.

Requirements

Header blcommon.h
Library blcommon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the OEMPlatformInit Function

Reference

Boot Loader Control Flow Functions
OEMEthGetSecs
OEMGetRealTime
OEMReadDebugByte
OEMWriteDebugByte

Concepts

BLCOMMON Code Library