IBinding

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This interface provides methods that allow the client program that uses an asynchronous moniker to control the progress of the bind operation.

In This Section

  • Abort
    Ends the bind operation
  • GetBindResult
    Retrieves 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

Remarks

An asynchronous moniker calls the client's IBindStatusCallback::OnStartBinding method to provide the client program with a pointer to the IBinding interface.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

URL Moniker Services Interfaces