In The Hand - .NET Components for Mobility
WriteIntPtr Method (ptr, ofs, val)
NamespacesInTheHand.Runtime.InteropServicesMarshalHelperWriteIntPtr(IntPtr, Int32, IntPtr)
Writes a processor native sized integer value to unmanaged memory.
Declaration Syntax
C#Visual Basic
public static void WriteIntPtr(
	IntPtr ptr,
	int ofs,
	IntPtr val
)
Public Shared Sub WriteIntPtr ( _
	ptr As IntPtr, _
	ofs As Integer, _
	val As IntPtr _
)
Parameters
ptr (IntPtr)
The base address in unmanaged memory to write.
ofs (Int32)
An additional byte offset, added to the ptr parameter before writing.
val (IntPtr)
The value to write.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0