Tao.PhysFs SDK Documentation

Fs.PHYSFS_readSLE16 Method 

[Visual Basic]
Public Shared Function PHYSFS_readSLE16( _
   ByVal handle As IntPtr, _
   ByRef val As Short _
) As Integer
[C#]
public static int PHYSFS_readSLE16(
   IntPtr handle,
   ref short val
);

See Also

Fs Class | Tao.PhysFs Namespace