DefWindowProcW(3w)
NAME
DefWindowProcW (USER32.@)
SYNOPSIS
LRESULT DefWindowProcW ( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
PARAMS
hwnd [In] window procedure receiving message.
msg [In] message identifier.
wParam [In] first message parameter.
[In] second message parameter.
DESCRIPTION
DefWindowProcW (USER32.@) Calls default window message handler.
Calls default window procedure for messages not processed by application.
RETURNS
Return value is dependent upon the message.
IMPLEMENTATION
Defined in "winuser.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/defwnd.c".
- Debug channel "win".