delphi的消息处理时,怎么从hwnd转换到self的。 stdWndProc函数中有行mov eax, [ecx].longint[4],说是把self移动到eax中,那么ecx的值哪里来的。 为什么ecx.longint[4]是代表self?