.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH OutputDebugStringW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBOutputDebugStringW\fR (KERNEL32.@) .SH SYNOPSIS void OutputDebugStringW ( LPCWSTR \fIstr\fR ) .SH DESCRIPTION .PP Output by an application of a unicode string to a debugger (if attached) and program log. .SH PARAMS \fIstr\fR \fB[In]\fR The message to be logged and given to the debugger. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.