Contents Index Topic Contents | ||
Previous Topic: IBinding::Abort Next Topic: IBinding::GetPriority |
IBinding::GetBindResult
HRESULT GetBindResult( [out] CLSID *pclsidProtocol, [out] DWORD *pdwBindResult, [out] LPWSTR *pszBindResult, [in] DWORD dwReserved );Queries the protocol-specific outcome of a bind operation.
- Returns S_OK if successful, or E_INVALIDARG if one of the parameters is not valid.
- pclsidProtocol
- Address of the CLSID variable for the protocol used.
- pdwBindResult
- Address of the DWORD variable containing the protocol-specific bind result string.
- pszBindResult
- Address of the LPWSTR variable containing the protocol-specific bind result.
- dwReserved
- Reserved for future use; must be NULL.
This method is typically called by the client of an asynchronous moniker when the client's IBindStatusCallback::OnStopBinding method is called.
See also IBindStatusCallback::OnStopBinding
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.