Méthode System::Runtime::InteropServices::Marshal::AllocHGlobal
Marshal::AllocHGlobal(int32_t) method
Alloue de la mémoire non gérée.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Paramètre | Type | Description |
|---|---|---|
| bytes_count | int32_t | Nombre d’octets requis. |
ReturnValue
Pointeur vers la mémoire allouée.
Voir aussi
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::AllocHGlobal(IntPtr) method
Alloue de la mémoire non gérée.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Paramètre | Type | Description |
|---|---|---|
| bytes_count | IntPtr | Nombre d’octets requis. |
ReturnValue
Pointeur vers la mémoire allouée.
Voir aussi
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++