Click to return to the Web Content Management home page    
WPPROVINFO Structure     Appendix B: Error Codes     Appendix A: Structures    
Web Workshop  |  Web Content Management

WPSITEINFO Structure


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 NTUse version 4.0 and later. Implemented as ANSI and Unicode structures.
WindowsUse Windows 95 and later. Implemented as ANSI and Unicode structures.
HeaderWptypes.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.