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