WinInet Application Development (Windows Embedded CE 6.0)

1/6/2010

WinInet provides base Internet functionality for Windows Embedded CE-based devices, including support for FTP Client, Autodial, Passport, Internet Explorer 6, and the MSXML parser. The WinInet API handles all communication between the application and Windows Sockets (Winsock), freeing you from the overhead associated with establishing and maintaining the communications session. WinInet for Windows Embedded CE supports the HTTP and FTP Internet protocols. Windows Embedded CE does not support for the Gopher protocol.

Multithreaded applications can make concurrent calls to WinInet functions from different threads. WinInet functions synchronize if necessary, but do not validate parameters.

WinInet supports IPv6. For more information about IPv6, see Core Protocols of IPv6 and IPv6 Addressing.

For more information about the WinInet API and Windows Internet programming, see this Microsoft Web site.

In This Section

  • Caching
    Provides information about how to use built-in caching in WinInet applications.
  • HTTP Sessions
    Provides information about how you can use WinInet functions to handle the HTTP protocol to access resourced on the World Wide Web.
  • FTP Sessions
    Describes the WinInet functions that enable applications to navigate and manipulate directories and files on an FTP server.
  • WinInet OS Design Development
    Provides information about replacing a WinInet user interface, the modules and components of the WinInet functionality and Sysgen variables that enable this functionality.

See Also

Other Resources

Windows Internet Services (WinInet)