Returns the version level and byte size of a binary file.
C/C++
int cbLogGetFileInfo(char* Filename, int* Version, int* Size)
Visual Basic
Function cbLogGetFileInfo(ByVal Filename$, ByRef Version&, ByRef Size&) As Long
Filename
The name of the file to retrieve the information from.
Version
The version level of the binary file.
Size
The size in bytes of the binary file.