dprintf (Windows CE 5.0)

Send Feedback

This function prints a formatted string to the command window for the debugger.

VOID dprintf(  PCSTR format [,arguments]...):

Parameters

  • format
    [in] Pointer to the format string to print.
  • arguments
    [in] Arguments for the format string. For more information, see printf, wprintf.

Return Values

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.