HSE_VERSION_INFO
A version of this page is also available for
4/8/2010
This structure contains the Web Server information regarding the version and description of the extension.
Syntax
typedef struct _HSE_VERSION_INFO{
DWORD dwExtensionVersion;
CHAR lpszExtensionDesc[HSE_MAX_EXT_DLL_NAME_LEN];
} HSE_VERSION_INFO, *LPHSE_VERSION_INFO;
Members
- dwExtensionVersion
Version of the extension.
- lpszExtensionDesc
Pointer to a description of the extension.
Requirements
Header | httpext.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |