Lines Matching refs:hFile
54 HANDLE hFile;
62 &hFile,
71 NTSTATUS rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &FsSizeInfo, sizeof(FsSizeInfo), FileFsSizeInformation);
110 RTNtPathClose(hFile);
127 HANDLE hFile;
135 &hFile,
148 NTSTATUS rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &u, sizeof(u), FileFsVolumeInformation);
154 RTNtPathClose(hFile);
171 HANDLE hFile;
179 &hFile,
192 NTSTATUS rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &u, sizeof(u), FileFsAttributeInformation);
196 rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &FsDevInfo, sizeof(FsDevInfo), FileFsDeviceInformation);
222 RTNtPathClose(hFile);
241 HANDLE hFile;
249 &hFile,
262 NTSTATUS rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &u, sizeof(u), FileFsAttributeInformation);
280 RTNtPathClose(hFile);