IRpcProxyBuffer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the remote procedure call (RPC) proxy used to marshal data between COM components. For more information, see IRpcProxyBuffer.
public interface class IRpcProxyBuffer
public interface class IRpcProxyBuffer
__interface IRpcProxyBuffer
[System.Runtime.InteropServices.Guid("D5F56A34-593B-101A-B569-08002B2DBF7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRpcProxyBuffer
[System.Runtime.InteropServices.Guid("D5F56A34-593B-101A-B569-08002B2DBF7A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRpcProxyBuffer
[<System.Runtime.InteropServices.Guid("D5F56A34-593B-101A-B569-08002B2DBF7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRpcProxyBuffer = interface
[<System.Runtime.InteropServices.Guid("D5F56A34-593B-101A-B569-08002B2DBF7A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRpcProxyBuffer = interface
Public Interface IRpcProxyBuffer
- Attributes
Methods
Connect(IRpcChannelBuffer) | |
Disconnect() |