Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.96 KB

win32-internet-extensions-wininet.md

File metadata and controls

43 lines (26 loc) · 2.96 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Win32 Internet Extensions (WinInet)
Win32 Internet Extensions (WinInet)
11/04/2016
Internet applications [MFC], Win32 Internet Extensions
Internet client applications [MFC], about Internet client applications
client applications [MFC], Win32 Internet
WinInet classes [MFC], about WinInet classes
f8c80f0b-ce14-4f0d-a3cf-4f7d8c5cca59

Win32 Internet Extensions (WinInet)

An Internet client application is a program that accesses information from a network data source (server) using Internet protocols such as gopher, FTP, or HTTP. An Internet client application might access a server to retrieve data such as weather maps, stock prices, or newspaper headlines, for example. The Internet client can access the server through an external network (the Internet) or an internal network (sometimes called an intranet).

MFC includes the Win32 Internet Extensions, or WinInet, for creating an Internet client application. MFC encapsulates these Internet extensions in a set of standard, easy-to-use classes. You can write a WinInet client application by calling the Win32 functions directly or by using the MFC WinInet classes.

The Microsoft Win32 Internet functions (WinInet) assist you in making the Internet an integral part of any application. The new functions, contained in WININET.DLL, simplify accessing the Internet using HTTP (Hypertext Transfer Protocol), FTP (File Transfer Protocol), and gopher.

The following topics discuss the process of creating an Internet client application:

The following topics provide steps for performing typical WinInet tasks:

See also

MFC Internet Programming Basics
WinInet Basics