|
MKI_FileReadInfoEntry (File I/O) |
www.CAD6.com |
C++ Syntax__int32 MKI_FileReadInfoEntry( void );
Tries to read one profile entry inside the =INFO= section of a file. It then returns the index of the info entry found, or a negative value in case of error.
Return ValueReturns the index of the info entry. If no valid info entry was found, a negative value is returned. If the end of the current section is detected, then MKI_MKD_ENTRY_END is returned. See Section =INFO= for a list of all info entry indexes.
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 2026.0 - Copyright 2026 Malz++Kassner® GmbH