How to further use GetWindowRect (a C++ winapi function)
So, I'd like to know something pretty simple. I wrote the following:
LPRECT lpRect;
GetWindowRect(hwnd,lpRect);
And obviously it works . . . but I don't know how to actually get
information from lpRect, or whatever I'm supposed to get my window size
from.
Thank you very much for answering, whoever answers.
No comments:
Post a Comment