RE: How to obtain the file length of a file larger than 4-G in C under NT4.0?

If I remember correctly, GetFileSizeEx()(this works for >4GB giles) works
only on Win2K. Isn’t it so?

Chaitanya

----- Original Message -----
From: Paul Bunn
To: NT Developers Interest List
Sent: Tuesday, July 04, 2000 10:24 PM
Subject: [ntdev] RE: How to obtain the file length of a file larger than 4 G
in C under NT4.0?

> GetFileSizeEx or GetFileSize() spring to mind…
>
> Regards,
>
> Paul Bunn, UltraBac.com, 425-644-6000
> Microsoft MVP - WindowsNT/2000
> http://www.ultrabac.com
>
>
> -----Original Message-----
> From: Jingcao Hu [mailto:xxxxx@chinaren.com]
> Sent: Monday, July 03, 2000 10:07 PM
> To: NT Developers Interest List
> Subject: [ntdev] How to obtain the file length of a file larger than 4G
> in C under NT4.0?
>
>
> Hi, there:
>
> calls like ftell all returns value in DWORD. So what I should do in
> order to get the file length of files larger than 4G bytes?
>
> —
> You are currently subscribed to ntdev as: xxxxx@cmcltd.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)