Share via


GetExtensionVersion (Windows CE 5.0)

Send Feedback

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 GetExtensionVersion name for this function is a placeholder for the function name defined by the header.

BOOL WINAPIGetExtensionVersion(HSE_VERSION_INFO* pVer );

Parameters

  • pVer
    [out] Pointer to an HSE_VERSION_INFO structure populated with the extension's version information.

Return Values

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

Pocket PC: Pocket PC 2000 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: Httpext.h.
Link Library: Not applicable.

See Also

httpextn Component | HSE_VERSION_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.