[This is preliminary documentation and subject to change.]
The IComBinding interface manages the protocol binding information that describes an endpoint.
The implementations of IComBinding and COM binding objects are supplied by the system.
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.
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 |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.