IBinding interface
Provides methods that enable the client program that is using an asynchronous moniker to control the progress of the bind operation.
Members
The IBinding interface inherits from the IUnknown interface. IBinding also has these types of members:
- Methods
Methods
The IBinding interface has these methods.
Method | Description |
---|---|
Abort | Ends the bind operation. |
GetBindResult | Gets the protocol-specific outcome of a bind operation. |
GetPriority | Gets the priority of the bind operation. |
Resume | Resumes the bind operation. |
SetPriority | Sets the priority of the bind operation. |
Suspend | Suspends the bind operation. |
Remarks
An asynchronous moniker calls the client's IBindStatusCallback::OnStartBinding method to provide the client program with a pointer to the IBinding interface.
The IID for this interface is IID_IBinding
.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |