NAME

CallWindowProcW  (USER32.@)

SYNOPSIS

 LRESULT CallWindowProcW
 (
  WNDPROC func,
  HWND    hwnd,
  UINT    msg,
  WPARAM  wParam,
  LPARAM  lParam
 )

DESCRIPTION

See CallWindowProcA.

IMPLEMENTATION

Declared in "include/winuser.h". gitlab.winehq.org/wine/wine/blob/master/include/winuser.h

Implemented in "dlls/user32/winproc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/winproc.c

Debug channel "msg".


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