CyberCarsten
Feb 28th, 2001, 09:51 AM
VB is easy, really easy compared to C++ right??
Well something(s!!!) really confuse me with C++
Fx.
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:
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! :)
Well something(s!!!) really confuse me with C++
Fx.
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:
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! :)