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