Category:Win32

From Rosetta Code
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

With Microsoft Windows, the Win32 API is the core interface to the operating system. Win32 programs call functions in a core set of DLL libraries. Win32 is for both 32-bit and 64-bit Windows. (Old programs that run in 16-bit mode are not using Win32.)

C and C++ programs can call every Win32 function. (You need the header files and import libraries for your C or C++ compiler.) Some other languages provide some way to make Win32 API calls.

Subcategories

This category has only the following subcategory.

P

Pages in category "Win32"

The following 8 pages are in this category, out of 8 total.