Microsoft Win32 Internet Functions OverviewMicrosoft Win32 Internet Functions Overview*
*



Contents  *



Index  *Topic Contents
*Previous Topic: WinInet API
*Next Topic: Establishing a Dial-Up Connection to the Internet

Microsoft Win32 Internet Functions Overview

The Microsoft® Win32® Internet (WinInet) API provides stand-alone applications with easy access to standard Internet protocols such as Gopher, FTP, and HTTP, abstracting the protocols into a high-level interface that is familiar to Win32 developers. This section covers how to use the Win32 Internet API in an application. See the Microsoft Win32 Internet Functions Reference for descriptions of the individual functions.

arrowy.gifIntroduction

arrowy.gifEstablishing a Dial-Up Connection to the Internet

arrowy.gifEnabling Internet Functionality

arrowy.gifCommon Functions

arrowy.gifHandling Uniform Resource Locators

arrowy.gifHandling Authentication

arrowy.gifFTP Sessions

arrowy.gifGopher Sessions

arrowy.gifHTTP Sessions

arrowy.gifCookie Functions

arrowy.gifCaching

arrowy.gifAppendix A: HINTERNET Handles

arrowy.gifAppendix B: Using Buffers

arrowy.gifAppendix C: Handling Errors

Introduction

The following sections contain an overview of the Microsoft® Win32® Internet (WinInet) functions, which provide developers with a set of functions to interact with Gopher, FTP, and HTTP protocols. As the standards evolve, the Win32 Internet functions will handle the changes in underlying protocols, allowing the functions to maintain a consistent behavior. This overview describes how to use these functions to access the vast resources on the Internet.

The Win32 Internet functions do require an understanding of C/C++, a familiarity with Win32 programming, and a basic understanding of the FTP, Gopher, and HTTP protocols.

Internet Protocols

The three major protocols used on the Internet are the FTP, Gopher, and HTTP protocols.

For the more information on these protocols, see the Request For Comments (RFC) documents that cover FTP, Gopher, and HTTP specifications. The following documents on these protocols can be found on the Internet:


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.