IRpcChannelBuffer Interface

Definition

Marshals data between a COM client proxy and a COM server stub. For more information, see IRpcChannelBuffer.

public interface class IRpcChannelBuffer
public interface class IRpcChannelBuffer
__interface IRpcChannelBuffer
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("D5F56B60-593B-101A-B569-08002B2DBF7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRpcChannelBuffer
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("D5F56B60-593B-101A-B569-08002B2DBF7A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRpcChannelBuffer
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("D5F56B60-593B-101A-B569-08002B2DBF7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRpcChannelBuffer = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("D5F56B60-593B-101A-B569-08002B2DBF7A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRpcChannelBuffer = interface
Public Interface IRpcChannelBuffer
Derived
Attributes

Methods

FreeBuffer(RPCOLEMESSAGE[])
GetBuffer(RPCOLEMESSAGE[], Guid)
GetDestCtx(UInt32, IntPtr)
IsConnected()
SendReceive(RPCOLEMESSAGE[], UInt32)

Applies to