IPersistMemory.Load(Byte[], 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 Load(cli::array <System::Byte> ^ pMem, System::UInt32 cbSize);
public:
void Load(Platform::Array <byte> ^ pMem, unsigned int cbSize);
void Load(std::Array <byte> const & pMem, unsigned int cbSize);
public void Load (byte[] pMem, uint cbSize);
abstract member Load : byte[] * uint32 -> unit
Public Sub Load (pMem As Byte(), cbSize As UInteger)
Parameters
- pMem
- Byte[]
- cbSize
- UInt32