[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Win32 API
The Win32 API was implemented in other platforms besides Windows. One example of this was OS/2, which could run programs designed to use the Win32 API.
The 'plain C' domain in windows programming.
Typical header files used are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Win32 API
Win32 API
The Win32 API is the name for the API introduced with ?Windows 95 to replace the old 16-bit API used with ?Windows 3.11 and earlier. New features include ?preemptive multithreading and an enhanced user interface API.The Win32 API was implemented in other platforms besides Windows. One example of this was OS/2, which could run programs designed to use the Win32 API.
The 'plain C' domain in windows programming.
Typical header files used are:
- windows
- winuser
- windef
- winnt
Win32 API Glossary
Win32 API 'hello world' program
Win32 API Code Snippets
Programmers Heaven Resources
- C++ MFC Messageboard, which can also be used for Win32 API questions.
Other resources
- Tutorial: http://www.stromcode.com/modules.php?name=Glowdot_Tutorials&op=view&tid=1
- Tutorial: http://www.winprog.org/tutorial/
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
