Entry Point Functions

Every ISAPI extension you create must provide two functions: HttpExtensionProc and GetExtensionVersion. These functions are entry points that will be called by IIS when the extension is loaded. You can also provide the TerminateExtension function, which IIS calls when the extension is shut down.


© 1997 by Microsoft Corporation. All rights reserved.