Share via


OEMPlatformInit

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

OEMEthGetSecs
OEMGetRealTime
OEMReadDebugByte
OEMWriteDebugByte

Concepts

BLCOMMON Code Library