Monday, July 27, 2009

Using c++, what system calls are available in Windows and in linux?

I need to know a list of what system calls are available in windows.

Using c++, what system calls are available in Windows and in linux?
If you want to see all of the functions that are available to a Windows application (although this depends on the version of Windows too) then download the Microsoft Platform SDK and examine the header files in the \Include directory of the installation.





The header files show all of the function prototypes for the calls that are documented on MSDN online.
Reply:There are eighty gazillion system calls in Windows, ranging from creating windows to playing sounds to displaying a printer options dialog. Nobody really knows them all.

nil

No comments:

Post a Comment