IPersistMemory.Save(Byte[], Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Save(cli::array <System::Byte> ^ pMem, int fClearDirty, System::UInt32 cbSize);
public:
void Save(Platform::Array <byte> ^ pMem, int fClearDirty, unsigned int cbSize);
void Save(std::Array <byte> const & pMem, int fClearDirty, unsigned int cbSize);
public void Save (byte[] pMem, int fClearDirty, uint cbSize);
abstract member Save : byte[] * int * uint32 -> unit
Public Sub Save (pMem As Byte(), fClearDirty As Integer, cbSize As UInteger)
Parameters
- pMem
- Byte[]
- fClearDirty
- Int32
- cbSize
- UInt32