I
ISY
Unregistered / Unconfirmed
GUEST, unregistred user!
VC中过程LRESULT CALLBACK MainWndProc(HWND hWnd, UINT message,WPARAM wParam, LPARAM lParam)在delphi中应该怎么写?问题很多分不多了,所以省着用,见谅了。(50分)<br />VC中过程
LRESULT CALLBACK MainWndProc(HWND hWnd, UINT message,WPARAM wParam, LPARAM lParam)
{
......
return DefWindowProc (hWnd, message, wParam, lParam);
}
在lelphi中怎么写?主要是“LRESULT CALLBACK”的问题。谢谢。
LRESULT CALLBACK MainWndProc(HWND hWnd, UINT message,WPARAM wParam, LPARAM lParam)
{
......
return DefWindowProc (hWnd, message, wParam, lParam);
}
在lelphi中怎么写?主要是“LRESULT CALLBACK”的问题。谢谢。