GetFileSizeEx (kernel32)
Last changed: -219.111.155.239

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool GetFileSizeEx(IntPtr hFile, out long lpFileSize);

VB.Net Signature:

<DllImport("kernel32.dll", CharSet:=CharSet.Auto)> _

   Public Shared Function GetFileSizeEx( _
                       <[In]()> ByVal hFile As IntPtr, _
                    <[In](), Out()> ByRef lpFileSize As Long) _
            As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation