IRpcStubBuffer Interface

Definition

Controls the remote procedure calls (RPC) stub used to marshal data between COM components. For more information, see IRpcStubBuffer.

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

Methods

Connect(Object)
CountRefs()
DebugServerQueryInterface(IntPtr)
DebugServerRelease(IntPtr)
Disconnect()
Invoke(RPCOLEMESSAGE[], IRpcChannelBuffer)
IsIIDSupported(Guid)

Applies to