System::Runtime::InteropServices::Marshal::AllocHGlobal μέθοδος
Marshal::AllocHGlobal(int32_t) method
Κατανέμει μη διαχειριζόμενη μνήμη.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes_count | int32_t | Απαιτούμενος αριθμός bytes. |
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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes_count | IntPtr | Απαιτούμενος αριθμός bytes. |
ReturnValue
Δείκτης στη δεσμευμένη μνήμη.
Δείτε επίσης
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++