Share via


IBinding::GetBindResult

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method retrieves the protocol-specific outcome of a bind operation.

Syntax

HRESULT GetBindResult(
  CLSID* pclsidProtocol,
  DWORD* pdwResult,
  LPOLESTR* pszResult,
  DWORD* pdwReserved
);

Parameters

  • pclsidProtocol
    [out] Pointer to the CLSID variable for the protocol that is used.
  • pdwResult
    [out] Pointer to an unsigned long integer variable that contains the protocol-specific bind result string.
  • pszResult
    [out] Pointer to the string variable that contains the protocol-specific bind result.
  • pdwReserved
    [in, out] Reserved. Must be set to 0.

Return Value

Returns S_OK if this is 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.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

URL Moniker Services Interfaces