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