Do any of you know where I can get a list of APIs with their parameters? I made a program to extract the APIs out of the .h files of VC++, but these files have a million ways of saying the same thing, so I miss a lot of important APIs while getting nearly useless ones.
in your include dir (Masm32\include if you use masm)
(s)
(s)
I'm having the same problem.
I downloaded the Microsoft Platform SDK Feb 2001
version for Windows 98 thinking I was going to get an
easy to find API list. NO such luck.
I think the SDKs are designed for high level languages
only.
I have been through the same rigamarole before on
mainframes where people intentionally hide information
for GOD knows what reason.
I downloaded the Microsoft Platform SDK Feb 2001
version for Windows 98 thinking I was going to get an
easy to find API list. NO such luck.
I think the SDKs are designed for high level languages
only.
I have been through the same rigamarole before on
mainframes where people intentionally hide information
for GOD knows what reason.