Contents Index Topic Contents | ||
Previous Topic: WPPROVINFO Next Topic: Appendix B, Error Codes |
WPSITEINFO
typedef struct tagWPSITEINFO { DWORD dwSize; DWORD dwFlags; LPTSTR lpszSiteName; LPTSTR lpszSiteURL; } WPSITEINFO, *LPWPSITEINFO;
- 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.)
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.