Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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