Contents Index Topic Contents | ||
Previous Topic: IInternetBindInfo::GetBindInfo Next Topic: IInternetProtocol::LockRequest |
IInternetBindInfo::GetBindString
HRESULT GetBindString( [in] ULONG ulStringType, [in, out] LPOLESTR *ppwzStr, [in] ULONG cEl, [in, out] ULONG *pcElFetched );Gets the strings needed by the protocol for its operation.
- ulStringType
- Unsigned long integer value that indicates the type of string or strings that should be returned. Can be one of the BINDSTRING values.
- ppwzStr
- Address of an array of strings.
- cEl
- Unsigned long integer value that indicates the number of elements in the array provided.
- pcElFetched
- Address of an unsigned long integer that indicates the number of elements filled in the array.
This method is used if the protocol requires any additional information, such as a username or password, needed to access a URL.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.