Compartilhar via


OALLogSerial (Windows CE 5.0)

Send Feedback

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.

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 Values

None.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_log.h
Link Library: Developer-defined

See Also

Logging Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.