Following in the tradition of the Win 95 and Win32 NT SuperBibles, this book is a comprehensive reference for all of the APIs needed by the Windows programmer. It is arranged topically with related functions presented in the same chapter. Using relevant examples that are complete and appropriate to the task at hand, the user will be able to see clearly the most effective usage for each function. The user-friendly organization of the book will save programmers valuable time, and negate the need to sift through vendor supplied documentation with is spotty and disorganized.
Introduction.
1. Windows 2000 Programming.
User Interface Features. Minimum Requirements. Style Guide.
Windows. Menus. Input and Controls. Visual Design. System Integration.
Advantages of Win32. Sample Program.
Creating the Main Window. Creating Windows Using Existing Classes. Messages When Creating Windows. Creating Windows Function Descriptions.
Window Class Data. Attaching Data to a Window. Changing the Appearance of Windows. Windows Support Function Descriptions.
Message Flow.
Processing Messages. Sources of Messages. Reentrant Functions.
Message Hook Functions. Message-Processing Function Descriptions.
Main Menus and Pop-up Menus.
Building Menus in the Resource File. Adding a Menu to the Application's Window. Changing Menus. Menu Messages.
Menu Support Function Descriptions.
The Resource Script File.
String Tables. Custom Resources.
Resource Function Descriptions.
Types of Dialog Boxes. The Dialog Box Keyboard Interface. Dynamic Dialog Boxes. Dialog Template Statement Descriptions. Dialog Box Control Statements. Dialog Box Function Descriptions.
Mouse Messages. Keyboard Messages. Virtual Keys. User Input Function Descriptions.
Scrollbar Basics. Scrollbar Position and Range. Scrollbar Messages. Scrollbar Function Descriptions.
Memory Architecture. Global Memory. Virtual Memory. Heaps. Memory Management Function Descriptions.
The Device Context. Selecting Objects into a Device Context. Private Device Contexts. Origins and Extents. GDI Function Descriptions.
Bitmaps.
Using DDB Bitmaps. Using DIB Bitmaps.
Icons.
Using Icons. Creating Icons at Runtime. Metafiles. Creating and Playing a Metafile. Metafiles in a Disk File.
Bitmap, Icon, and Metafile Function Descriptions.
Printer Support. Printer Information. Text Characteristics. Printing and Text Output Function Descriptions.
Pens, Brushes, and Other Logical Tools. Specifying an Area for Drawing. Invalidation, Clipping, and the WM_PAINT Message. Painting and Drawing Function Descriptions.
Hardware Palettes. Color Palettes in Windows. The Logical Palette. Image Color Matching. Color Spaces. Color Profiles. Palettes and Color Matching Function Descriptions.
Creating and Opening Files. Reading and Writing. Sharing Data with File Mapping. File I/O Function Descriptions.
Clipboard Formats. Windows Management of Clipboard Data. Delayed Rendering of Clipboard Data. CF_OWNERDISPLAY Format. Using Private Clipboard Formats. Clipboard Viewers. Clipboard Function Descriptions.
The Registry Architecture. Placing Data in the Registry. The Windows Registry Structure. Registry Function Descriptions.
Initialization File Structure. Accessing Initialization Files. Mapping Private INI Files. Initialization File Function Descriptions.
Process Environment Information. Local Time and System Time. Locale and Language Support. System Information Function Descriptions.
Windows Character Set Translations. Locales. String Manipulation and Character Set Function Descriptions.
Working with Atom Tables. Using Global Atoms for Data Exchange. Integer Atoms. Atom Function Descriptions.
Using Timers. Windows Time. Performance Monitor Counters. Timer Function Descriptions.
Creating Processes and Threads. Fibers. Synchronization Objects. Protecting Nonreentrant Code of a Process. Process, Thread, and Fiber Function Descriptions.
Writing Exception Handlers and Filters. Win32 API for Exception Handling. Error and Exception Processing Function Descriptions.
Creating an MDI Application. The MDI Frame Window. The MDI Child Window. Menus in MDI Applications. MDI Function and Message Descriptions.
Providing User Access to the Help File. Providing Context-Sensitive Help. Using Training Card Help. Help Files Function and Message Descriptions.
File Installation Overview. Installing the Proper Version. The Version Resource. File Decompression. File Decompression and Installation Function Descriptions.
Loadtime Dynamic Linking. Runtime Dynamic Linking. Creating Dynamic Link Libraries. Accessing Data Within a DLL. Using the DLL Notification Entry Point. Dynamic Link Libraries Function Descriptions.
