Share via


IBinding::GetBindResult (Windows CE 5.0)

Send Feedback

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

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

Parameters

  • pclsidProtocol
    [out] Pointer to the CLSID variable for the protocol 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 Values

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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.