This interface provides methods that allow the client program using an asynchronous moniker to control the progress of the bind operation.
IBinding Methods
Abort Permanently ends the bind operation. GetBindResult Queries the protocol-specific outcome of a bind operation. GetPriority Retrieves the priority of the bind operation. Resume Resumes the bind operation. SetPriority Sets the priority of the bind operation. Suspend Suspends the bind operation.
Interface Information
Implementation System (Urlmon.dll), Custom Inherits from IUnknown Header and IDL files Urlmon.h, Urlmon.idl Minimum availability Internet Explorer 3 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
An asynchronous moniker calls the client's IBindStatusCallback::OnStartBinding method to provide the client program with a pointer to the IBinding interface.