GetExtensionVersion
The GetExtensionVersion function is the first entry-point function in the Web server. This function allows your ISAPI extension to register its version information with the Web server.
BOOL WINAPI GetExtensionVersion(
HSE_VERSION_INFO* pVer );
Parameters
- pVer
Points to an HSE_VERSION_INFO data structure populated with the extension's version information.
Remarks
The Web server calls this function when the DLL is initially loaded, and the call is made in the systems security context.
This function is not exported by the httpextn component of the Windows CE operating system. GetExtensionVersion is a hook that the Hypertext Transfer Protocol daemon (HTTPD) calls into the extension.
Requirements
| Runs On | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 3.0 and later | httpext.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.