IPersistMemory.Load(Byte[], UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- pMem
- Byte[]
- cbSize
- UInt32