Creates a permanent site and binds to it.
Syntax
CreatePermBinding( BSTR bstrBindingName, BSTR bstrDestUrl, BSTR bstrProvCLSID );
Parameters
- 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 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 autobind to an appropriate provider.
Return Value
No return value.
Remarks
The site information is persistentthat is, it will remain on the user's computer even after the browser is shut down.