OutputDebugString16 (KRNL386.115)
void OutputDebugString16 ( LPCSTR str )
Output by a 16 bit application of an ascii string to a debugger (if attached) and program log.
str | [In] | The message to be logged and given to the debugger. |
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel/debugger.c". source.winehq.org/source/dlls/kernel/debugger.c
Debug channel "debugstr".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.