Tao.PhysFs SDK Documentation
Fs.PHYSFS_readULE16 Method
[Visual Basic]
Public Shared Function PHYSFS_readULE16( _
ByVal
handle
As
IntPtr
, _
ByRef
val
As
UInt16
_
) As
Integer
[C#]
public static
int
PHYSFS_readULE16(
IntPtr
handle
,
ref
ushort
val
);
See Also
Fs Class
|
Tao.PhysFs Namespace