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. |
None.
This function preserves all registers. It is available only in the debugging version of Windows.