OutputDebugString16(3w)
NAME
OutputDebugString16 (KRNL386.115)
SYNOPSIS
void OutputDebugString16
(
LPCSTR str
)
DESCRIPTION
Output by a 16 bit 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
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "dlls/kernel32/debugger.c".
- Debug channel "debugstr".