public static extern bool GetFileInformationByHandle(
     IntPtr hFile,
     out BY_HANDLE_FILE_INFORMATION lpFileInformation
     );
Example #2
0
 public static extern bool GetFileInformationByHandle
 (
     IntPtr hFile,
     out BY_HANDLE_FILE_INFORMATION lpFileInformation
 );