Scroll to navigation

DefWindowProcA(3w) Wine API DefWindowProcA(3w)

NAME

DefWindowProcA (USER32.@)

SYNOPSIS

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

DESCRIPTION

See DefWindowProcW(3w).
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/defwnd.c".
Debug channel "win".
Oct 2012 Wine API