Reads a 16-bit integer from native heap
Reads a 16-bit integer from native heap
[Visual Basic] Overloads Public Shared Function ReadInt16(Integer) As Short
[C#] public static short ReadInt16(int);
[C++] public: static short ReadInt16(int);
[JScript] public static function ReadInt16(int) : Int16;
Reads a 16-bit integer from native heap.
[Visual Basic] Overloads extern Public Shared Function ReadInt16(Integer, Integer) As Short
[C#] public static extern short ReadInt16(int, int);
[C++] public: static extern short ReadInt16(int, int);
[JScript] public static extern function ReadInt16(int, int) : Int16;
Reads a 16-bit integer from native heap.
[Visual Basic] Overloads extern Public Shared Function ReadInt16(Object, Integer) As Short
[C#] public static extern short ReadInt16(Object, int);
[C++] public: static extern short ReadInt16(Object, int);
[JScript] public static extern function ReadInt16(Object, int) : Int16;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace