IReleaseMarshalBuffers Interface

Definition

public interface class IReleaseMarshalBuffers
public interface class IReleaseMarshalBuffers
__interface IReleaseMarshalBuffers
[System.Runtime.InteropServices.Guid("EB0CB9E8-7996-11D2-872E-0000F8080859")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IReleaseMarshalBuffers
[System.Runtime.InteropServices.Guid("EB0CB9E8-7996-11D2-872E-0000F8080859")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IReleaseMarshalBuffers
[<System.Runtime.InteropServices.Guid("EB0CB9E8-7996-11D2-872E-0000F8080859")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IReleaseMarshalBuffers = interface
[<System.Runtime.InteropServices.Guid("EB0CB9E8-7996-11D2-872E-0000F8080859")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IReleaseMarshalBuffers = interface
Public Interface IReleaseMarshalBuffers
Attributes

Remarks

Releases storage used for marshaling on a given RPC channel. The storage is an array of RPCOLEMESSAGE objects.

Methods

ReleaseMarshalBuffer(RPCOLEMESSAGE[], UInt32, Object)

Applies to