OEMPlatformInit (Windows CE 5.0)

Send Feedback

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

BOOL OEMPlatformInit (void);

Parameters

None.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.

See Also

OEMEthGetSecs | OEMGetRealTime | OEMReadDebugByte | OEMWriteDebugByte | BLCOMMON Code Library | Implementing the OEMPlatformInit Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.