OEMDebugInit (Windows CE 5.0)

Send Feedback

This function is the first called by the BLCOMMON framework when a boot loader starts. It initializes the debug transport, usually just initializing the debug serial universal asynchronous receiver-transmitter (UART).

BOOL OEMDebugInit (void);

Parameters

None.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

BLCOMMON Code Library | Implementing the Serial Debug Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.