System::Runtime::InteropServices::Marshal::AllocHGlobal metod
Marshal::AllocHGlobal(int32_t) method
Allokerar ohanterat minne.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes_count | int32_t | Krävt antal byte. |
ReturnValue
Pekare till det allokerade minnet.
Se även
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::AllocHGlobal(IntPtr) method
Allokerar ohanterat minne.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes_count | IntPtr | Krävt antal byte. |
ReturnValue
Pekare till det allokerade minnet.
Se även
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++