|
-
Feb 28th, 2001, 10:51 AM
#1
Thread Starter
Frenzied Member
VB is easy, really easy compared to C++ right??
Well something(s!!!) really confuse me with C++
Fx.
Code:
HWND hwnd;
MSG msg;
What does this do??Does it make hwnd equal to HWND, or is a variable with the HWND created or??????!!!!!
It's the same with this:
Code:
LRESULT CALLBACK WindowProc(HWND hwnd,
UINT msg, WPARAM wparam, LPARAM lparam)
What does LRESULT and CALLBACK mean, is somekind of WORD parameter passed on to wParam???
Sorry if this is only a bunch of stupid questions!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|