Description |
Read |
Read(PVOID, ULONG)
XDate& buffer
XTime& buffer
CHAR& buffer
SHORT& buffer
LONG& buffer
XString& string-buffer
ULONG size count of bytes to read
PVOID buffer pointer to memory
ULONG size count of bytes to read
ULONG count of bytes which are read
ULONG count of bytes which are read
ULONG count of bytes which are read
ULONG count of bytes which are read
ULONG count of bytes which are read
ULONG count of bytes which are read
ULONG count of bytes which are read
Read from I/O
Read from I/O
Read from I/O
Read from I/O
Read from I/O
Read from I/O
Read from I/O
Write |
XDate& data in OOL-format
XTime& data in OOL-format
CHAR data
SHORT data
LONG data
XString& string
PVOID buffer pointer to memory
ULONG size count of bytes to write
ULONG count of bytes which are written
ULONG count of bytes which are written
ULONG count of bytes which are written
ULONG count of bytes which are written
ULONG count of bytes which are written
ULONG count of bytes which are written
ULONG count of bytes which are written
Write a date to I/O
Write a time to I/O
Write CHAR to I/O
Write SHORT to I/O
Write LONG to I/O
Writes a string to I/O including terminating NULL.
Write to I/O
GetPointerPos |
ULONG the position
Returns the position of the file-pointer relative to the beginning of I/O. Before calling this function you must call XIO::Seek()! (e.g. Seek(0, XFILE_CURRENT) )
Seek |
ULONG position | position to seek to relative to relPos | ||||||
ULONG relPos | position relative to:
|
ULONG count of bytes which are read
Seek in the file
Close |
Close I/O