:Base progtech.HLP 1 Win32 Programming Techniques 2 Introduction=_win32_Introduction_PT 2 Win32 Application Programming Interface 3 Win32 Application Programming Interface=_win32_Win32_Application_Programming_Interface_PT 3 About the Win32 API=_win32_About_the_Win32_API 3 Window Management=_win32_Window_Management_PT 3 Window Controls=_win32_Window_Controls_PT 3 Shell Features=_win32_Shell_Features_PT 3 Graphics Device Interface=_win32_Graphics_Device_Interface_PT 3 System Services=_win32_System_Services_PT 3 International Features=_win32_International_Features_PT 3 Network Services=_win32_Network_Services_PT 3 Win32 Platform Differences=_win32_Win32_Platform_Differences_PT 2 Writing Great Win32-based Applications 3 Writing Great Win32-based Applications=_win32_Writing_Great_Win32_based_Applications_PT 3 About Writing Great Win32-based Applications=_win32_About_Writing_Great_Win32_based_Applications_PT 3 File Information=_win32_File_Information_PT 3 Long Filenames=_win32_Long_Filenames_PT 3 Context Menus=_win32_Context_Menus_PT 3 Icons=_win32_Icons_PT 3 Shortcuts=_win32_Shortcuts_PT 3 Clipboard Data Transfer Operations=_win32_Clipboard_Data_Transfer_Operations_PT 3 Common Controls and Dialog Boxes=_win32_Common_Controls_and_Dialog_Boxes_PT 3 Common Controls=_win32_Common_Controls_PT 3 Common Dialog Boxes=_win32_Common_Dialog_Boxes_PT 3 Palette=_win32_Palette_PT 3 Windows Help=_win32_Windows_Help_PT 3 Multiple Views=_win32_Multiple_Views_PT 3 Pen Input=_win32_Pen_Input_PT 3 Window 95 Logo Requirements=_win32_Window_95_Logo_Requirements_PT 3 General Requirements for Applications=_win32_General_Requirements_for_Applications_PT 3 Personal Computer Systems=_win32_Personal_Computer_Systems_PT 3 Hardware Peripheral Devices=_win32_Hardware_Peripheral_Devices_PT 3 Display Adapters=_win32_Display_Adapters_PT 3 Audio Adapters=_win32_Audio_Adapters_PT 3 Storage Devices=_win32_Storage_Devices_PT 3 Parallel Port Devices=_win32_Parallel_Port_Devices_PT 3 External Communications Devices=_win32_External_Communications_Devices_PT 3 Modems=_win32_Modems_PT 3 Network Adapters=_win32_Network_Adapters_PT 2 The Generic Win32-based Application 3 The Generic Win32-based Application=_win32_The_Generic_Win32_based_Application_PT 3 The Entry-Point Function=_win32_The_Entry_Point_Function_PT 3 Registering the Window Class=_win32_Registering_the_Window_Class_PT 3 Creating the Main Window=_win32_Creating_the_Main_Window_PT 3 Entering the Message Loop=_win32_Entering_the_Message_Loop_PT 3 The Menu=_win32_The_Menu_PT 3 The Window Procedure=_win32_The_Window_Procedure_PT 3 The About Dialog Box=_win32_The_About_Dialog_Box_PT 3 Source Code=_win32_Source_Code_PT 3 GENERIC.C=_win32_GENERIC.C_PT 3 GENERIC.H=_win32_GENERIC.H_PT 3 GENERIC.RC=_win32_GENERIC.RC_PT 3 GENERIC.DLG=_win32_GENERIC.DLG_PT 2 Porting Code from 16-bit Windows to 32-bit Windows 3 Porting Code from 16-bit Windows to 32-bit Windows=_win32_Porting_Code_from_16_bit_Windows_to_32_bit_Windows_PT 3 Overview of Changes=_win32_Overview_of_Changes_PT 3 Porting Your Application=_win32_Porting_Your_Application_PT 3 Revising the Window Procedure Declaration=_win32_Revising_the_Window_Procedure_Declaration_PT 3 Using Proper Data Types=_win32_Using_Proper_Data_Types_PT 3 Handling Messages=_win32_Handling_Messages_PT 3 Extracting Data from Messages with Portable Code=_win32_Extracting_Data_from_Messages_with_Portable_Code_PT 3 Using Message Crackers to Write Portable Code=_win32_Using_Message_Crackers_to_Write_Portable_Code_PT 3 Summary of Windows Messages Affected=_win32_Summary_of_Windows_Messages_Affected_PT 3 Summary of DDE Messages Affected=_win32_Summary_of_DDE_Messages_Affected_PT 3 Adjusting Function Calls=_win32_Adjusting_Function_Calls_PT 3 Graphics Functions=_win32_Graphics_Functions_PT 3 Functions That Access the Extra Window Data=_win32_Functions_That_Access_the_Extra_Window_Data_PT 3 Porting MS-DOS System Calls=_win32_Porting_MS_DOS_System_Calls_PT 3 File Operations=_win32_File_Operations_PT 3 Far-Pointer Functions=_win32_Far_Pointer_Functions_PT 3 Functions Getting List and Combo Box Contents=_win32_Functions_Getting_List_and_Combo_Box_Contents_PT 3 Revising the WinMain Function=_win32_Revising_the_WinMain_Function_PT 3 Initializing Instances=_win32_Initializing_Instances_PT 3 Accessing the Command Line Through lpCmdLine=_win32_Accessing_the_Command_Line_Through_lpCmdLine_PT 3 Revising Dynamic-Link Libraries=_win32_Revising_Dynamic_Link_Libraries_PT 3 Using PORTTOOL to Automate Porting=_win32_Using_PORTTOOL_to_Automate_Porting_PT 3 Additional Porting Work=_win32_Additional_Porting_Work_PT 3 Profile Strings and .INI Files=_win32_Profile_Strings_and_.INI_Files_PT 3 Focus, Mouse Capture, and Localized Input=_win32_Focus_Mouse_Capture_and_Localized_Input_PT 3 Shared Graphical Objects=_win32_Shared_Graphical_Objects_PT 3 Memory and Pointers=_win32_Memory_and_Pointers_PT 3 Structure Alignment=_win32_Structure_Alignment_PT 3 Ranges and Promotions=_win32_Ranges_and_Promotions_PT 2 Handling Messages with Portable Macros 3 Handling Messages with Portable Macros=_win32_Handling_Messages_with_Portable_Macros_PT 3 Using Message Crackers=_win32_Using_Message_Crackers_PT 3 Overview of Message Crackers=_win32_Overview_of_Message_Crackers_PT 3 Declaring Message-Handler Prototypes=_win32_Declaring_Message_Handler_Prototypes_PT 3 Calling the Message Handler=_win32_Calling_the_Message_Handler_PT 3 Writing the Message Handler=_win32_Writing_the_Message_Handler_PT 3 Putting It Together: An Example=_win32_Putting_It_Together_An_Example_PT 3 Handling Special Cases of Messages=_win32_Handling_Special_Cases_of_Messages_PT 3 Writing Message Crackers for User-Defined Messages=_win32_Writing_Message_Crackers_for_User_Defined_Messages_PT 3 Adapting Message Crackers to Special Cases=_win32_Adapting_Message_Crackers_to_Special_Cases_PT 3 Dialog Procedures=_win32_Dialog_Procedures_PT 3 Window Subclassing=_win32_Window_Subclassing_PT 3 Window Instance Data=_win32_Window_Instance_Data_PT 3 Using Control Message Functions=_win32_Using_Control_Message_Functions_PT 2 Improving Application Performance for Windows NT 3 Improving Application Performance for Windows NT=_tools_Improving_Application_Performance_on_Windows_NT 3 Managing Kernel Resources=_tools_Managing_Kernel_Resources 3 Managing Memory=_tools_Managing_Memory 3 Managing Files=_tools_Managing_Files 3 Managing Processes=_tools_Managing_Processes 3 Managing Graphics=_tools_Managing_Graphics 3 Batch Processing for Graphics=_tools_Batch_Processing_for_Graphics 3 Managing the Device Context=_tools_Managing_the_Device_Context 3 Managing Asynchronous Input=_tools_Managing_Asynchronous_Input 3 Considerations for RISC Computers=_tools_Considerations_for_RISC_Computers 2 Overview of the Build Process 3 Overview of the Build Process=_win32_Overview_of_the_Build_Process_PT 3 Using WIN32.MAK=_win32_Using_WIN32.MAK_PT 3 Setting Targets=_win32_Setting_Targets_PT 3 Compiling Source Files=_win32_Compiling_Source_Files_PT 3 Building Applications=_win32_Building_Applications_PT 3 Building DLLs=_win32_Building_DLLs_PT 3 Using the C Run-Time Library=_win32_Using_the_C_Run_Time_Library_PT 3 Calling the C Run-Time Library from a DLL=_win32_Calling_the_C_Run_Time_Library_from_a_DLL_PT 3 Mixing Library Types=_win32_Mixing_Library_Types_PT 2 Installing Applications 3 Installing Applications=_win32_Installing_Applications_PT 3 About Installing Applications=_win32_About_Installing_Applications_PT 3 Installation Program=_win32_Installation_Program_PT 3 Designing the User Interface=_win32_Designing_the_User_Interface_PT 3 Determining the Configuration=_win32_Determining_the_Configuration_PT 3 Copying Files=_win32_Copying_Files_PT 3 Replacing DLLs in Memory=_win32_Replacing_DLLs_in_Memory_PT 3 Installing Fonts=_win32_Installing_Fonts_PT 3 Removing an Application=_win32_Removing_an_Application_PT 3 Setting Up the Environment=_win32_Setting_Up_the_Environment_PT 3 Setting Initialization Files=_win32_Setting_Initialization_Files_PT 3 Adding Entries to the Registry=_win32_Adding_Entries_to_the_Registry_PT 3 Supporting Context Menu Operations=_win32_Supporting_Context_Menu_Operations_PT 3 Adding the Application to the Start Button=_win32_Adding_the_Application_to_the_Start_Button_PT 3 Using Filename Extensions=_win32_Using_Filename_Extensions_PT 3 Register Document Types=_win32_Register_Document_Types_PT 3 Network Issues=_win32_Network_Issues_PT 3 CD-ROM Considerations=_win32_CD_ROM_Considerations_PT 3 Checklist for Planning an Installation Program=_win32_Checklist_for_Planning_an_Installation_Program_PT 2 WINDOWS.H and STRICT Type Checking 3 WINDOWS.H and STRICT Type Checking=_win32_WINDOWS.H_and_STRICT_Type_Checking_PT 3 New Types and Macros=_win32_New_Types_and_Macros_PT 3 General Data Types=_win32_General_Data_Types_PT 3 Utility Macros=_win32_Utility_Macros_PT 3 New Handle Types=_win32_New_Handle_Types_PT 3 Using STRICT to Improve Type Checking=_win32_Using_STRICT_to_Improve_Type_Checking_PT 3 Enabling STRICT Type Checking=_win32_Enabling_STRICT_Type_Checking_PT 3 Making Your Application STRICT Compliant=_win32_Making_Your_Application_STRICT_Compliant_PT 3 Declaring Functions Within Your Application=_win32_Declaring_Functions_Within_Your_Application_PT 3 Functions That Require Casts=_win32_Functions_That_Require_Casts_PT 3 The CreateWindow Function=_win32_The_CreateWindow_Function_PT 3 Making Best Use of STRICT Type Checking=_win32_Making_Best_Use_of_STRICT_Type_Checking_PT 3 Accessing the New COMSTAT Structure=_win32_Accessing_the_New_COMSTAT_Structure_PT 3 Interpreting Error Messages Affected by STRICT=_win32_Interpreting_Error_Messages_Affected_by_STRICT_PT 2 Generic Thunks 3 Generic Thunks=_win32_Generic_Thunks_PT 3 About Generic Thunks=_win32_About_Generic_Thunks_PT 3 Process Context=_win32_Process_Context_PT 3 Testing Your Generic Thunks=_win32_Testing_Your_Generic_Thunks_PT 3 Using Generic Thunks=_win32_Using_Generic_Thunks_PT 3 Declaring the DLL Function=_win32_Declaring_the_DLL_Function_PT 3 Loading the Win32-based DLL=_win32_Loading_the_Win32_based_DLL_PT 3 Getting the Address of the DLL Function=_win32_Getting_the_Address_of_the_DLL_Function_PT 3 Calling the DLL Function=_win32_Calling_the_DLL_Function_PT 3 Freeing the Win32-based DLL=_win32_Freeing_the_Win32_based_DLL_PT 3 Translating 16:16 Pointers=_win32_Translating_16_16_Pointers_PT 3 Generic Thunks Reference=_win32_Generic_Thunks_Reference_PT 3 16-bit Generic Thunk Functions=_win32_16_bit_Generic_Thunk_Functions_PT 3 CallProc32W=_win32_CallProc32W_PT 3 CallProcEx32W=_win32_CallProcEx32W_PT 3 FreeLibrary32W=_win32_FreeLibrary32W_PT 3 GetProcAddress32W=_win32_GetProcAddress32W_PT 3 GetVDMPointer32W=_win32_GetVDMPointer32W_PT 3 LoadLibraryEx32W=_win32_LoadLibraryEx32W_PT 3 32-bit Generic Thunk Functions=_win32_32_bit_Generic_Thunk_Functions_PT 3 WOWCallback16=_win32_WOWCallback16_PT 3 WOWCallback16Ex=_win32_WOWCallback16Ex_PT 3 WOWGetVDMPointer=_win32_WOWGetVDMPointer_PT 3 WOWGetVDMPointerFix=_win32_WOWGetVDMPointerFix_PT 3 WOWGetVDMPointerUnfix=_win32_WOWGetVDMPointerUnfix_PT 3 WOWGlobalAlloc16=_win32_WOWGlobalAlloc16_PT 3 WOWGlobalAllocLock16=_win32_WOWGlobalAllocLock16_PT 3 WOWGlobalFree16=_win32_WOWGlobalFree16_PT 3 WOWGlobalLock16=_win32_WOWGlobalLock16_PT 3 WOWGlobalLockSize16=_win32_WOWGlobalLockSize16_PT 3 WOWGlobalUnlock16=_win32_WOWGlobalUnlock16_PT 3 WOWGlobalUnlockFree16=_win32_WOWGlobalUnlockFree16_PT 3 WOWHandle16=_win32_WOWHandle16_PT 3 WOWHandle32=_win32_WOWHandle32_PT