Struct FileDescriptor
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: FFXIVClientStructs.dll
Syntax
public struct FileDescriptor
Fields
|
Improve this Doc
View Source
CurrentFileOffset
Declaration
public ulong CurrentFileOffset
Field Value
| Type |
Description |
| System.UInt64 |
|
|
Improve this Doc
View Source
FileBuffer
Declaration
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
FileInterface
Declaration
public void *FileInterface
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
FileLength
Declaration
Field Value
| Type |
Description |
| System.UInt64 |
|
|
Improve this Doc
View Source
FileMode
Declaration
Field Value
|
Improve this Doc
View Source
Next
Declaration
public FileDescriptor*Next
Field Value
|
Improve this Doc
View Source
Previous
Declaration
public FileDescriptor*Previous
Field Value
|
Improve this Doc
View Source
Utf16FilePath
Declaration
public byte *Utf16FilePath
Field Value
| Type |
Description |
| System.Byte* |
|