WriteIntPtr()
Marshal::WriteIntPtr(IntPtr, int, IntPtr) method
Writes IntPtr to memory.
static void System::Runtime::InteropServices::Marshal::WriteIntPtr(IntPtr ptr, int offset, IntPtr value)
Arguments
| 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.Slides