NAME

DefWindowProcA  (USER32.@)

SYNOPSIS

 LRESULT DefWindowProcA
 (
  HWND   hwnd,
  UINT   msg,
  WPARAM wParam,
  LPARAM lParam
 )

DESCRIPTION

See DefWindowProcW.

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 Apr 2024.