System::Runtime::InteropServices::Marshal::AllocHGlobal methode
Marshal::AllocHGlobal(int32_t) method
Reserveert niet‑beheerd geheugen.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes_count | int32_t | Vereist aantal bytes. |
ReturnValue
Aanwijzer naar het toegewezen geheugen.
Zie ook
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::AllocHGlobal(IntPtr) method
Reserveert niet‑beheerd geheugen.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes_count | IntPtr | Vereist aantal bytes. |
ReturnValue
Aanwijzer naar het toegewezen geheugen.
Zie ook
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++