[API] WPARAM , LPARAM2015. 10. 28. 16:44
WPARAM : 어떤 키를 눌렀는지에 대한 정보를 가진다
LPARAM : 보통 위치정보를 가진다
'API · MFC' 카테고리의 다른 글
QueryPerformanceFrequency / QueryPerformanceCounter 사용 방법 (0) | 2018.08.14 |
---|---|
[API/GDI+] Graphics.DrawRectangle (0) | 2015.12.04 |
[API] Graphics.DrawImage (Image*, INT x, INT y, INT srcx, INT srcy, INT srcwidh, INT srcheight, Unit) 함수 정리 (0) | 2015.10.26 |
MultiByteToWideChar 함수의 이해와 사용법 (0) | 2015.10.16 |
[API] GetAsyncKeyState 함수 정리 (0) | 2015.09.24 |