Hi ,
Is there any win32 API guidance indexed by functionalities categorized ? For example, there are X chapters, chapter 1 is for I/O all the APIs about I/O will be included in this chapter, chapter 2 is for network and so forth.
Thanks
Alex,
Se if you can find the old WIN32.HLP file. It tends to bundle API functions together in category. If you are running a very late version of Windows you will need to download the winhelp package from Microsoft to use it, XP handles it fine.
I'd recommend the online MSDN Library its categorized.
http://msdn.microsoft.com/en-us/library/ms123401.aspx
Here is another:
msdn.microsoft.com/en-us/library/Aa383686
Windows 95 WIN32 Programming API Bible
http://www.alibris.com/booksearch?qisbn=9781571690098&qwork=8738989#search-anchor
Probably a bit on the old side, but was a good reference at the time, and categorized. These days if I'm confused, or want syntax on some of the more obscure ones, I'll just Google the function.