Click here to Skip to main content
15,891,607 members
Articles / Web Development / IIS

Asynchronous IO within ISAPI Modules

Rate me:
Please Sign up or sign in to vote.
4.95/5 (10 votes)
3 May 2000 78.6K   1.1K   22  
How to use asynchronous IO to send data from an ISAPI module
// stdafx.cpp : source file that includes just the standard includes
//	ImageServer.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions