Is there any win32 API material indexed by functions categorized ?

Started by Alexander, July 28, 2011, 08:46:33 AM

Previous topic - Next topic

Alexander

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

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Bill Cravener

My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

Gunner

Here is another:
msdn.microsoft.com/en-us/library/Aa383686
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

clive

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.
It could be a random act of randomness. Those happen a lot as well.