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.
Members
The IRpcProxyBuffer interface inherits from the IUnknown interface. IRpcProxyBuffer also has these types of members:
Methods
The IRpcProxyBuffer interface has these 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 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IRpcProxyBuffer is defined as D5F56A34-593B-101A-B569-08002B2DBF7A |
See also