2.2.10 INET_INFO_SITE_ENTRY

The INET_INFO_SITE_ENTRY structure contains information describing an Internet protocol server instance.

This type is declared as follows:

 typedef struct _INET_INFO_SITE_ENTRY {
   [string] LPWSTR pszComment;
   DWORD dwInstance;
 } INET_INFO_SITE_ENTRY,
  *LPINET_INFO_SITE_ENTRY;

pszComment: The server instance comment.

dwInstance: The server instance identifier.