|
From: Alexander S.K. <al...@be...> - 2013-06-20 11:39:18
|
Just few words more about the pointer to long conversion. Windows send messages with parameters wParam and lParam, which may be pointers to structures or simple numbers, so the conversion using the hwg_ptrulong() should be done in those certain places where the message parameter is really a number. Regards, Alexander. |