Click to return to the Web Content Management home page    
AboutBox Method     CreateTempBinding Method     The File Upload Control I...    
Web Workshop  |  Web Content Management

CreatePermBinding Method


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 persistent—that is, it will remain on the user's computer even after the browser is shut down.



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.