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

Declared in "winuser.h". https://source.winehq.org/source/include/winuser.h

Implemented in "dlls/user32/defwnd.c". https://source.winehq.org/source/dlls/user32/defwnd.c

Debug channel "win".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.