IComBinding

[This is preliminary documentation and subject to change.]

The IComBinding interface manages the protocol binding information that describes an endpoint.

When to Implement

The implementations of IComBinding and COM binding objects are supplied by the system.

When to Use

To create an RPC string binding, create a COM binding object (CLSID_ComBinding) and use the methods of IComBinding to initialize the object and to obtain the binding information it contains.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IComBinding Methods Description
InitBinding Initializes data in COM binding object
QueryBinding Obtains data from COM binding object

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

CoGetStaticMarshal