Using Asynchronous WinInet Functions (Windows Embedded CE 6.0)

1/6/2010

For applications that download multiple files or handle multiple tasks, waiting for each task to complete before moving on to the next task can be extremely inefficient. To avoid waiting, many of the Windows Internet Services (WinInet) functions provide a way to perform tasks asynchronously. For detailed information about using the Internet functions asynchronously, see this Microsoft Web site.

See Also

Other Resources

WinInet Application Development