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