IRpcProxyBuffer interface (objidlbase.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 (objidlbase.h) method initializes a client proxy, binding it to the specified RPC channel.
IRpcProxyBuffer::Disconnect

The IRpcProxyBuffer::Disconnect (objidlbase.h) method 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 objidlbase.h (include ObjIdl.h)

See also

IMarshal

IRpcChannelBuffer

IRpcStubBuffer