Método System::Runtime::InteropServices::Marshal::AllocHGlobal
Marshal::AllocHGlobal(int32_t) method
Reserva memoria no administrada.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes_count | int32_t | Número de bytes requerido. |
ReturnValue
Puntero a la memoria asignada.
Ver también
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::AllocHGlobal(IntPtr) method
Reserva memoria no administrada.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes_count | IntPtr | Número de bytes requerido. |
ReturnValue
Puntero a la memoria asignada.
Ver también
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++