WM_PAINT在微软官方定义中,wParam和lParam都没有使用,所以就被Delphi给重定义了这个消息,还增加了DC(Delphi可任意改写消息的结构,只需要保持前4个字节是消息即可,另外要携带微软定义的所有必要信息就行了
LRESULTCALLBACKWindowProc(
HWNDhwnd,
UINTuMsg,
WPARAMwParam,
LPARAMlParam
);
ParameterswParamThisparameterisnotused.lParamThisparameterisnotused.Delphi里去掉句柄之后重定义:TWMPaint=packedrecord
Msg:Car