OutputDebugStringW (KERNEL32.@)
void OutputDebugStringW ( LPCWSTR str )
Output by an application of a unicode string to a debugger (if attached) and program log.
str | [In] | The message to be logged and given to the debugger. |
Nothing.
Defined in "winbase.h".
Implemented in "dlls/kernel32/debugger.c". source.winehq.org/source/dlls/kernel32/debugger.c
Debug channel "debugstr".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.