What are these variables?

closed account (iNU7ko23)

Well what do all of these mean in windows programming please!? Sorry, but I have no clue!?
1
2
3
4
5
6
7
8
9
10
11
12
HINSTANCE
HWND
TCHAR
PSTR
HDC
WORD 
 LPTSTR 
LRESULT
UINT
WPARAM
LPARAM
MSG


Thanks..adpad
Official Microsoft documentation to the rescue!

http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751(v=vs.85).aspx

EDIT: Also, check out the root of this documentation. It's a very helpful and large reference.

http://msdn.microsoft.com/en-us/library/windows/desktop/hh447209(v=vs.85).aspx
Last edited on
closed account (iNU7ko23)
Thankyou very much!
Topic archived. No new replies allowed.