Contains the site information.
Syntax
typedef struct tagWPSITEINFO { DWORD dwSize; DWORD dwFlags; LPTSTR lpszSiteName; LPTSTR lpszSiteURL; } WPSITEINFO, *LPWPSITEINFO;
Members
- dwSize
- Size of the site information structure, in bytes, including the string buffers for the site name and URL.
- dwFlags
- Site flags. Not currently used.
- lpszSiteName
- Friendly name of the site.
- lpszSiteURL
- Destination URL for the site (location where posted files can be accessed).
Structure Information
Windows NT Use version 4.0 and later. Implemented as ANSI and Unicode structures. Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures. Header Wptypes.h Minimum availability Internet Explorer 4.0