CreatePermBindingCreatePermBinding*
*Contents  *Index  *Topic Contents
*Previous Topic: AboutBox
*Next Topic: CreateTempBinding

CreatePermBinding

CreatePermBinding(
	[in]	BSTR	bstrBindingName
	[in]	BSTR	bstrDestUrl
	[in]	BSTR	bstrProvCLSID
	); 

Creates a permanent site and binds to it.

bstrBindingName
Address of a null-terminated string that contains the site name. This may not be NULL or empty.
bstrDestUrl
Address of a null-terminated string that contains the destination URL for the site. This is where the files dropped on the File Upload Control will be posted. This may not be a NULL or empty.
bstrProvCLSID
Address of a null-terminated string that contains the CLSID of the provider that will handle this site. This may be NULL or empty, in which case the File Upload Control will attempt to find a posting information file or auto-bind to an appropriate provider.

The site information is persistent, that is, it will remain on the user's machine even after the browser is shut down.


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