hi,
How do i find out the functionality of each of the functions in the file win32api.txt & mapi32.txt (If I dont know what they do, how can I use them?)
Printable View
hi,
How do i find out the functionality of each of the functions in the file win32api.txt & mapi32.txt (If I dont know what they do, how can I use them?)
A good book is the best place. I have the "VB Progammer's Guide to the Win32 API" by Daniel Appleman. it is 1528 pages. It comes with a CD with samples and more documentation. It is a good book but some of the layout is annoying. There are other books on the subject.
Greg
Try MSDN at msdn.microsoft.com
Another pretty decent site is
http://www.allapi.net/
Just note that the MSDN is biased towards C++ so you may have difficulties understanding.