Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function is an application-defined function. This function is called by the Web Server when the ISAPI extension is first loaded. The ISAPI extension exports this function to register its version information with the Web Server. The GetExtensionVersionname for this function is a placeholder for the function name defined by the header.

Syntax

BOOL WINAPI GetExtensionVersion(
  HSE_VERSION_INFO* 
pVer 
);

Parameters

pVer

[out] Pointer to an HSE_VERSION_INFOstructure populated with the extension's version information.

Return Value

Returns TRUE if the function succeeds, and FALSE otherwise. This function must return TRUE for the ISAPI extension to remain loaded.

Remarks

The Web Server calls this function when the DLL is initially loaded.

Requirements

Header httpext.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also

Reference

HSE_VERSION_INFO

Other Resources