WpDeleteSiteWpDeleteSite*
*Contents  *Index  *Topic Contents
*Previous Topic: WpCreateSiteEx
*Next Topic: WpDoesSiteExist

WpDeleteSite

DWORD WpDeleteSite(
	[in, string]	LPTSTR	szSiteName
	);

Deletes a site from the registry.

szSiteName
Posting site name.

WpDeleteSite calls WppDeleteSite on the provider that owns the specified site.

Examples
C/C=++

{
	HRESULT hResult = NOERROR;

	hResult = WpDeleteSite("site1");
}

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.