sourCEntral - mobile manpages

pdf

OutputDebugStringW

NAME

OutputDebugStringW (KERNEL32.@)

SYNOPSIS

void OutputDebugStringW
(
LPCWSTR str
)

DESCRIPTION

Output by an application of a unicode 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 "dlls/kernel32/debugger.c".

Debug channel "debugstr".

pdf