Share via


OEMPlatformInit

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.