System::Runtime::InteropServices::Marshal::AllocHGlobal メソッド
Marshal::AllocHGlobal(int32_t) method
アンマネージドメモリを割り当てます。
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| パラメーター | 型 | 説明 |
|---|---|---|
| bytes_count | int32_t | 必要なバイト数。 |
ReturnValue
割り当てられたメモリへのポインタ。
参照
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::AllocHGlobal(IntPtr) method
アンマネージドメモリを割り当てます。
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| パラメーター | 型 | 説明 |
|---|---|---|
| bytes_count | IntPtr | 必要なバイト数。 |
ReturnValue
割り当てられたメモリへのポインタ。
参照
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++