NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.ReadInt16 (Int32)

Reads a 16-bit integer from native heap

[Visual Basic]
Overloads Public Shared Function ReadInt16( _
   ByVal ptr As Integer _
) As Short
[C#]
public static short ReadInt16(
   int ptr
);
[C++]
public: static short ReadInt16(
   int ptr
);
[JScript]
public static function ReadInt16(
   ptr : int
) : Int16;

Parameters

ptr
Address in native heap from which to read.

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.ReadInt16 Overload List