Share via


HSE_VERSION_INFO (Windows CE 5.0)

Send Feedback

This structure contains the Web Server information regarding the version and description of the extension.

typedef struct _HSE_VERSION_INFO{DWORDdwExtensionVersion; CHARlpszExtensionDesc[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

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.