HSE_VERSION_INFO (Compact 2013)
3/26/2014
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 |