Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors