OutputDebugStringA(3w)
NAME
OutputDebugStringA (KERNEL32.@)
SYNOPSIS
void OutputDebugStringA
(
LPCSTR str
)
DESCRIPTION
Output by an application of an ascii string to a debugger (if attached)
and program log.
PARAMS
str [In] The message to be logged and given to the debugger.
RETURNS
Nothing.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/debugger.c".
- Debug channel "debugstr".