GetFileInformationByHandle (kernel32)
Last changed: imaginarydevelopment@googlemail.com-50.193.161.217

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError = true)]
static extern bool GetFileInformationByHandle(IntPtr hFile,
   out BY_HANDLE_FILE_INFORMATION lpFileInformation);

User-Defined Types:

http://pinvoke.net/default.aspx/Structures/BY_HANDLE_FILE_INFORMATION.html

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation