Next Topic

Previous Topic

Book Contents

Size

bool Size(int &iBytesHighDWord,int &iBytesLowDWord);

Return value

Returns true if the value is present or false if otherwise.

Parameters

  • iBytesHighDWord - Contains the high dword portion of the 64 bit integer.
  • iBytesLow DWord - Contains the low dword portion of the 64 bit integer.

Remarks

Size of the file is reported in bytes as a 64 bit integer. Since Lua lacks a 64 integer data type the information have been split into two 32 bit integers. If the file is less the 2 GB in size, iBytesHighDWord will always be zero.