Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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