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 |
); |
Parameters
Return Values
Remarks
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