|
function ClientWindowProc (Window, Msg: cardinal; MP1, MP2: pointer): pointer;
|
|
function ClientWindowProc (Window, Msg: cardinal; MP1, MP2: pointer): pointer;
|
|
PS := WinBeginPaint(Window, 0, nil);
|
|
PS := WinBeginPaint(Window, 0, nil);
|
|
else ClientWindowProc := WinDefWindowProc (Window, Msg, MP1, MP2);
|
|
else ClientWindowProc := WinDefWindowProc (Window, Msg, MP1, MP2);
|