Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |