Share via


IPersistMemory.Save Method

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

Syntax

'Declaration
Sub Save ( _
    <OutAttribute> pMem As Byte(), _
    fClearDirty As Integer, _
    cbSize As UInteger _
)
void Save(
    byte[] pMem,
    int fClearDirty,
    uint cbSize
)
void Save(
    [OutAttribute] array<unsigned char>^ pMem, 
    [InAttribute] int fClearDirty, 
    [InAttribute] unsigned int cbSize
)
abstract Save : 
        pMem:byte[] byref * 
        fClearDirty:int * 
        cbSize:uint32 -> unit
function Save(
    pMem : byte[], 
    fClearDirty : int, 
    cbSize : uint
)

Parameters

  • pMem
    Type: array<Byte[]
  • fClearDirty
    Type: Int32
  • cbSize
    Type: UInt32

.NET Framework Security

See Also

Reference

IPersistMemory Interface

Microsoft.VisualStudio.OLE.Interop Namespace