IRpcProxyBuffer Interface

Definition

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()

Applies to