| |
WinInet
WinInet Close Handle

Close a handle that was opened by the Win32 API's internet functions.
WinInet Easy Get File Information

Example of using the WinInet Driver to retrieve information about a file available for download without actually downloading it.
WinInet Easy Get URL

Example of using the WinInet Drivers to retrieve the contents of a URL.
WinInet Get HTTP File Information

Read Content-Length and Last-Modified information of a URL by requesting headers only.
WinInet Get URL

Get the contents of a URL.
WinInet Http Open Request

Calls the WinInet API function to set up a request. The API function supports more options than are implemented here.
WinInet Initialize

Initialize the Win32 API internet functions, returning a reference.
WinInet Internet Connect

Calls the WinInet API function to connect to an http or ftp server. The API function supports more options than are implemented here.
WinInet Query Info

Retrieve header information from a Request. A section of wininet.h is included on the diagram for those wishing to implement other parts of HttpQueryInfo functionality.
|
|