Click to return to the Web Content Management home page    
FoundPostInfo Method     Appendix A: Structures     The File Upload Control I...    
Web Workshop  |  Web Content Management

SetBindingParam Method


Sets the parameters of an incomplete binding in case a previous CreateTempBinding or CreatePermBinding call failed to find a postinfo file on the server.

Syntax

SetBindingParam(
    BSTR bstrParamName,
    BSTR bstrParamValue
); 

Parameters

bstrParamName
Address of a null-terminated string that contains the name of the provider-specific binding parameter to be set.
bstrParamValue
Address of a null-terminated string that contains the value to which the parameter should be set.

Return Value

No return value.

Remarks

This method takes the name of the provider-specific binding parameter and the value and sets it. This should be used only as a fallback mechanism in case the postinfo file is not found on the server.



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.