IRpcProxyBuffer interface (objidl.h)

Controls the RPC proxy used to marshal data between COM components.

Inheritance

The IRpcProxyBuffer interface inherits from the IUnknown interface. IRpcProxyBuffer also has these types of members:

Methods

The IRpcProxyBuffer interface has these methods.

 
IRpcProxyBuffer::Connect

The IRpcProxyBuffer::Connect method (objidl.h) initializes a client proxy, binding it to the specified RPC channel.
IRpcProxyBuffer::Disconnect

The IRpcProxyBuffer::Disconnect method (objidl.h) disconnects a client proxy from any RPC channel to which it is connected.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidl.h (include ObjIdl.h)

See also

IMarshal

IRpcChannelBuffer

IRpcStubBuffer