Changeset 93305 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jan 18, 2022 11:29:31 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
r93115 r93305 306 306 /* use NT api, retry a few times if the media is being verified. */ 307 307 IO_STATUS_BLOCK IoStatusBlock = {0}; 308 FILE_FS_SIZE_INFORMATION FsSize = { 0};308 FILE_FS_SIZE_INFORMATION FsSize = {{0}}; 309 309 NTSTATUS rcNt = NtQueryVolumeInformationFile((HANDLE)RTFileToNative(pThis->Os.hFileDevice), &IoStatusBlock, 310 310 &FsSize, sizeof(FsSize), FileFsSizeInformation);
Note:
See TracChangeset
for help on using the changeset viewer.