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 longN 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: LPOLESTRThe address of an array of strings.
cEl [in]
Type: unsigned longAn unsigned long integer value that indicates the number of elements in the array provided.
pcElFetched [in, out]
Type: unsigned longThe 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.