System::Runtime::InteropServices::Marshal::WriteInt32 मेथड
Marshal::WriteInt32 method
इंट को मेमोरी में लिखता है।
static void System::Runtime::InteropServices::Marshal::WriteInt32(IntPtr ptr, int offset, int32_t value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| ptr | IntPtr | मेमोरी बफ़र। |
| offset | int | मेमोरी बफ़र का ऑफ़सेट। |
| मान | int32_t | लिखने के लिए। |
संबंधित देखें
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++