System::Runtime::InteropServices::Marshal::WriteIntPtr method
Marshal::WriteIntPtr method
Writes IntPtr to memory.
static void System::Runtime::InteropServices::Marshal::WriteIntPtr(IntPtr ptr, int offset, IntPtr value)
| Parameter | Type | Description |
|---|---|---|
| ptr | IntPtr | Memory buffer. |
| offset | int | Offset to memory buffer. |
| value | IntPtr | to write. |
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++