IRpcProxyBuffer Interface

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

When To Implement

You should not need to implement this interface.

When To Use

Use this interface if you need low-level control of the RPC proxy used to marshal data between COM components.

Methods

The IRpcProxyBuffer interface inherits the methods of the IUnknown interface.

In addition, IRpcProxyBuffer defines the following methods.

MethodDescription

Connect

Initializes a client proxy, binding it to the specified RPC channel.

Disconnect

Disconnects a client proxy from any RPC channel to which it is connected.

 

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderObjIdl.h
IDLObjIdl.idl
IIDIID_IRpcProxyBuffer is defined as D5F56A34-593B-101A-B569-08002B2DBF7A

See Also

IMarshal
IRpcChannelBuffer
IRpcStubBuffer

Send comments about this topic to Microsoft

Build date: 11/12/2009

Tags :


Page view tracker