OutputDebugString

Version 3.0

Syntax

void OutputDebugString(lpOutputString)

This function sends a debugging message to the debugger if present, or to the auxiliary (AUX) device if the debugger is not present.

Parameter Type/Description  
lpOutputString LPSTR Points to a null-terminated string.  

Return Value

None.

Comments

This function preserves all registers. It is available only in the debugging version of Windows.