Retrieves the protocol-specific outcome of a bind operation.
Syntax
HRESULT GetBindResult( CLSID *pclsidProtocol, DWORD *pdwBindResult, LPWSTR *pszBindResult, DWORD dwReserved );
Parameters
- pclsidProtocol
- [out] Address of the CLSID variable for the protocol used.
- pdwBindResult
- [out] Address of an unsigned long integer variable that contains the protocol-specific bind result string.
- pszBindResult
- [out] Address of the string variable that contains the protocol-specific bind result.
- dwReserved
- [in] Reserved. Must be set to zero.
Return Value
Returns S_OK if successful, or E_INVALIDARG if one of the parameters is not valid.
Remarks
This method is typically called by the client of an asynchronous moniker when the client's IBindStatusCallback::OnStopBinding method is called.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0