Esempio n. 1
0
 private static extern bool _GetFileInformationByHandle(
     SafeFileHandle hFile,
     out BY_HANDLE_FILE_INFORMATION lpFileInformation);
Esempio n. 2
0
 GetFileInformationByHandle(
     IntPtr hFile,
     out BY_HANDLE_FILE_INFORMATION lpFileInformation);