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.
| Method | Description |
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 client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | ObjIdl.h |
| IDL | ObjIdl.idl |
| IID | IID_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