Christian Costa titan.costa@gmail.com wrote:
-BOOL WINAPI ScreenToClient( HWND hwnd, LPPOINT lppnt ) +BOOL WINAPI ScreenToClient( HWND wnd, LPPOINT point )
Please stick to commonly used 'hwnd' for a window handle, renaming 'lppnt' to 'point' is also not justified.
Le 20/10/2012 04:06, Dmitry Timoshkov a écrit :
Christian Costa titan.costa@gmail.com wrote:
-BOOL WINAPI ScreenToClient( HWND hwnd, LPPOINT lppnt ) +BOOL WINAPI ScreenToClient( HWND wnd, LPPOINT point )
Please stick to commonly used 'hwnd' for a window handle, renaming 'lppnt' to 'point' is also not justified.
I can revert them but I was told using Microsost variable naming was not encouraged.