OutputDebugString (Windows CE 5.0)
This function sends a string to the debugger for the current application.
voidOutputDebugString(LPCTSTRlpOutputString );
Parameters
- lpOutputString
[in] Pointer to the null-terminated string to be displayed.
Return Values
None.
Remarks
Windows CE supports only the Unicode version of this function.
If the application has no debugger, the system debugger displays the string.
If the application has no debugger and the system debugger is not active, OutputDebugString takes no action.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Nk.lib.
See Also
Send Feedback on this topic to the authors