Queries the protocol-specific outcome of a bind operation.
HRESULT GetBindResult(
CLSID *pclsidProtocol, //Pointer to the CLSID that identifies the
// protocol used
DWORD *pdwBindResult, //Pointer to bind result
LPWSTR *pszBindResult, //Pointer to protocol-specific bind result
DWORD 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.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IBindStatusCallback::OnStopBinding