OEMDebugInit (Windows Embedded CE 6.0)
1/5/2010
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).
Syntax
BOOL OEMDebugInit (void);
Parameters
None.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | blcommon.h |
Library | blcommon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Tasks
Implementing the Serial Debug Functions
Reference
Boot Loader Control Flow Functions