Link to home
Start Free TrialLog in
Avatar of TCPIP2600
TCPIP2600

asked on

Win32 API

i am looking for a website, text document, anything free really, that explains the Win32 API thouroly. I need to know what practilly ALL of the API do. i allready have alist of them all, but i dont know what they do. thanks for your he;[
Avatar of heathprovost
heathprovost
Flag of United States of America image

I you want a pretty good help file try here:

http://www.ftp.uni-erlangen.de/mirrors/_source/ftp.delphiexchange.com/pub/32docs/win32.zip

this help file is produced by Microsoft and if about the most definitive explanation of the win32 api you will find for free.  If you need examples and details for each function, you will probably need to get a book.

Heath
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jhance
jhance

By the way, you must be superhuman to do what you have planned.  The Win32 API is so large and complex, I feel that I can safely say that nobody can know what all of it does.  Even the Win32 experts like Jeffrey Richter, Charles Petzold, Marshall Brain, et. al. don't know it all.
Avatar of TCPIP2600

ASKER

thanks