Platform SDK: Win32 API |
This section introduces the source code components of a generic Win32®-based application, named GENERIC. They closely resemble their counterparts in a generic 16-bit Windows-based application. This section assumes that you have used Win32-based applications and therefore are already familiar with windows, menus, and dialog boxes.
The GENERIC application described here consists of the following parts:
The complete code is shown in Source Code.