System::Runtime::InteropServices::Marshal::AllocHGlobal Methode
Marshal::AllocHGlobal(int32_t) method
Allokiert nicht verwalteten Speicher.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| bytes_count | int32_t | Erforderliche Anzahl von Bytes. |
ReturnValue
Zeiger auf den zugewiesenen Speicher.
Siehe auch
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::AllocHGlobal(IntPtr) method
Allokiert nicht verwalteten Speicher.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| bytes_count | IntPtr | Erforderliche Anzahl von Bytes. |
ReturnValue
Zeiger auf den zugewiesenen Speicher.
Siehe auch
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++