cegetfilesize (rapi)
Last changed: -207.46.238.149

.
Summary
This function retrieves the size, in bytes, of the specified file.

C# Signature:

[DllImport("rapi.dll")]
public static extern uint CeGetFileSize(
    IntPtr hFile,
    ref uint lpFileSizeHigh);

User-Defined Types:

None.

Notes:

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeGetFileSizeRAPI.asp

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Documentation