⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{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.

  • [http://msdn.microsoft.com/en-us/library/ee663300%28v=VS.85%29.aspx Windows Development] at MSDN