OALLogSerial (Windows Embedded CE 6.0)
1/5/2010
This function formats strings and writes them to the serial debug output. The function implementation uses the OALLogPrintf function to format the string in a buffer on the stack. The buffer size is limited and can cause a stack overflow in some cases.
Syntax
void OALLogSerial(
LPCWSTR format,
...
);
Parameters
- format
[in] String that contains the format-control specifications. In addition to ordinary ASCII characters, a format specification for each argument appears in this string. For more information about the format specification, see the wsprintf function.
- ...
[in] These parameters are developer-defined.
Return Value
None.
Requirements
Header | oal_log.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |