MKI_FileReadCurrentSize (File I/O)

www.CAD6.com

C++ Syntax

__int64

MKI_FileReadCurrentSize( void );

 

This procedure is used to determine the number of bytes that have been read from the currently open file until now.

 

Return Value

Number of bytes read from the file since it was opened.

 

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 2024.2 - Copyright 2024 Malz++Kassner® GmbH