Tao.PhysFs SDK Documentation

Fs.PHYSFS_readSLE64 Method 

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

See Also

Fs Class | Tao.PhysFs Namespace