IReleaseMarshalBuffers Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("EB0CB9E8-7996-11D2-872E-0000F8080859")> _
Public Interface IReleaseMarshalBuffers
[InterfaceTypeAttribute()]
[GuidAttribute("EB0CB9E8-7996-11D2-872E-0000F8080859")]
public interface IReleaseMarshalBuffers
[InterfaceTypeAttribute()]
[GuidAttribute(L"EB0CB9E8-7996-11D2-872E-0000F8080859")]
public interface class IReleaseMarshalBuffers
[<InterfaceTypeAttribute()>]
[<GuidAttribute("EB0CB9E8-7996-11D2-872E-0000F8080859")>]
type IReleaseMarshalBuffers =  interface end
public interface IReleaseMarshalBuffers

The IReleaseMarshalBuffers type exposes the following members.

Methods

  Name Description
Public method ReleaseMarshalBuffer

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace