Share via


IBinding::GetBindResult (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

IBinding
URL Moniker Services Interfaces