GetBindString method
Gets the strings required by the protocol for its operation.
Syntax
HRESULT retVal = object.GetBindString(ulStringType, ppwzStr, cEl, pcElFetched);
Parameters
- ulStringType [in]
-
Type: unsigned long
N Unsigned long integer value that indicates the type of string or strings that are returned. This can be one of the BINDSTRING values.
- ppwzStr [in, out]
-
Type: LPOLESTR
The address of an array of strings.
- cEl [in]
-
Type: unsigned long
An unsigned long integer value that indicates the number of elements in the array provided.
- pcElFetched [in, out]
-
Type: unsigned long
The address of an unsigned long integer value that indicates the number of elements in the array that are filled.
Remarks
This method is used if the protocol requires any additional information, such as a user name or password required to access a URL.
Show: