![]() |
MKI_FileReadNextSection (File I/O) |
www.CAD6.com |
C++ Syntaxvoid MKI_FileReadNextSection( void );
Reads data from the read cache (ignoring all data found) until it finds the next section header keyword. To retrieve the index of the keyword read, use the MKI_FileReadLastKeyword procedure.
Return ValueNone, but if a read error occurs, the return value of MKI_FileReadError will be set to true. Once a read error occurred, all further calls to any read procedure will be ignored (i.e. return false).
CommentThis procedure relies on a high-performance read cache previously established by either MKI_FileReadInitDisk, MKI_FileReadInitDiskOffset or MKI_FileReadInitMemory. As a result, it will fail if this cache is currently not activated!
The behavior of this procedure depends on the settings of MKI_FileReadDelimiters!
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH