1 / 7

Win32 Programming

Win32 Programming. Jim Fawcett CSE775 – Distributed Objects Spring 2007. References. Programming Applications for Microsoft Windows, 4 th Edition, Jeffrey Richter, Microsoft Press, 1999 Unicode , More Unicode Win32 Code Tips Windows SDK Issues. Topics. Important header files Errors

Patman
Download Presentation

Win32 Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Win32 Programming Jim Fawcett CSE775 – Distributed Objects Spring 2007

  2. References • Programming Applications for Microsoft Windows, 4th Edition, Jeffrey Richter, Microsoft Press, 1999 • Unicode, More Unicode • Win32 Code Tips • Windows SDK Issues

  3. Topics • Important header files • Errors • Unicode

  4. Important Header Files • Important header files in PlatformSDK folder • Windows.h Includes other headers • Commdlg.h Common controls (COM based) • Dlgs.h Dialog definitions • OLE2.h COM definitions • ShellAPI.h Shell API • ShFolder.h Folder definitions • Winbase.h Managing processes • Windef.h Windows type definitions • WinUser Windows messages • Many other headers • WinError.h Error codes and strings • Winsock2.h sockets • MSHTML.h Browser Control definitions and IE DOM handling • Important header files in VC folder • Process.h Threading

  5. Win32 API Error Protocols

  6. Data Types

  7. More Later

More Related