I guess api call are different on other OSs (operating Systems). But where do i get the API calls for lets say
Windows
95
98
98SE
me
2000
NT
xp Pro
xp Home
Where do i get a list of apis for other OSs
Printable View
I guess api call are different on other OSs (operating Systems). But where do i get the API calls for lets say
Windows
95
98
98SE
me
2000
NT
xp Pro
xp Home
Where do i get a list of apis for other OSs
Under windows, search for any files with the word API in them. There are (I guess) 3 text files which contain the declarations of the various Windows API which programmers can use. Win32API is one of them.
Or if you have API Viewer installed (which is part of VB/VS tools) you can start it and then load an API file and have a look at the APIs.
.
The best place any day is msdn.microsoft.com
Download the API-Guide from http://www.allapi.net/ its a free program listing some 925 API declarations with examples.
You can use the search feature of the guide to find API's for any specific OS.
have you tried that OSes website? they usually have a developement place like microsoft does with msdn. which os are you looking for?