|
-
May 25th, 2001, 10:53 AM
#1
Thread Starter
PowerPoster
The best library!
I want to learn windows API to program in C++. I don't have msdn. I have downloaded a help file for windows API but it does give me a complete list of parameters for each action. Let us for
LRESULT CALLBACK wp(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam);
In this case, if there is a message that button is clicked with the mouse, it send you the x and y positions lparam. For any other action(not mouse) it will send some thing else.
So I want a complete reference of everything in API.
Is there any other help file which is a COMPLETE refrence for the Windows API functions?
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
|