MKI_FileReadChar (File I/O) Changed in Version 6.0

www.CAD6.com

C++ Syntax

__int32

MKI_FileReadChar( void );

 

Reads the next character from the current read cache.

 

Return Value

Returns the character read, or a negative value if an error occurred (indicating end-of-file). Additionally, the return value of MKI_FileReadError will be set to true if an error occurred.

 

Comment

This 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!

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH