News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

getfilesize?

Started by Bieb, January 19, 2005, 10:01:19 PM

Previous topic - Next topic

Bieb

How exactly does the GetFileSize API function work?  It says that it returns the low order word of the dword, but where?.  Why doesn't it just return the whole DWORD in EAX?

pbrennick

Bieb,
Are yu having a bad day?  This is what I read, "If the function succeeds, the return value is the low-order doubleword of the file size", which means it is in eax.

Paul

Bieb


pbrennick

Bieb,
I thought it must be something like that because you always seem to know what you are doing.  I have bad days, too.  I guess we all do.

Paul