Share via


HSE_VERSION_INFO (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Web Server Structures