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