NAME

CallWindowProcW  (USER32.@)

SYNOPSIS

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

DESCRIPTION

See CallWindowProcA.

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/winproc.c". source.winehq.org/source/dlls/user32/winproc.c

Debug channel "win".


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