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++