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