Beginner's Guide to the Windows API

Abstract: In order to use the Windows API effectively in your programs, you must first learn a number of fundamentals about how the API operates. This article illustrates the usage of functions, structures, named constants, callback functions, and messages to empower hundreds of API functions. Other API-based ideas such as handles and device contexts also receive mention. Finally, important issues about the actual implementation of direct API calls in Visual Basic is mentioned.

Table of Contents

  1. Introduction to the Windows API
  2. Basics of Using API Functions
  3. Concepts in the Windows API
  4. Using API Structures
  5. Using API Callback Functions
  6. Advanced API Topics

Go back to the Articles section index.
Go back to the Windows API Guide home page.


Last Modified: January 23, 2000
This page is copyright © 2000 Paul Kuliniewicz. Copyright Information
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/articles/intro/index.html