dprintf (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

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

Parameters

  • format
    [in] Pointer to the format string to print.
  • arguments
    [in] Arguments for the printf-style format string.

Return Value

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

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions