Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
DefWindowProc
win32gui
.DefWindowProc
int =
DefWindowProc(
hwnd
, message
, wparam
, lparam
)
Parameters
hwnd
: int
The handle to the Window
message
: int
The ID of the message to send
wparam
: int
An integer whose value depends on the message
lparam
: int
An integer whose value depends on the message