dprintf

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.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions | printf, wprintf

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.