In The Hand - .NET Components for Mobility
ReadIntPtr Method (ptr, ofs)
NamespacesInTheHand.Runtime.InteropServicesMarshalHelperReadIntPtr(IntPtr, Int32)
Reads a processor native sized integer from unmanaged memory.
Declaration Syntax
C#Visual Basic
public static IntPtr ReadIntPtr(
	IntPtr ptr,
	int ofs
)
Public Shared Function ReadIntPtr ( _
	ptr As IntPtr, _
	ofs As Integer _
) As IntPtr
Parameters
ptr (IntPtr)
The base address in unmanaged memory from which to read.
ofs (Int32)
An additional byte offset, added to the ptr parameter before reading.
Return Value
The IntPtr read from the ptr parameter.

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