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