Reads a 64-bit integer from native heap.
[Visual Basic] Overloads extern Public Shared Function ReadInt64( _ ByVal ptr As Integer, _ ByVal ofs As Integer _ ) As Long [C#] public static extern long ReadInt64( int ptr, int ofs ); [C++] public: static extern __int64 ReadInt64( int ptr, int ofs ); [JScript] public static extern function ReadInt64( ptr : int, ofs : int ) : long;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.ReadInt64 Overload List