FSCTL_REPAIR_COPIES IOCTL (winioctl.h)
選取要使用的適當復本來修復數據損毀。 此控件程式代碼是在 Windows 8 和 Windows Server 2012 中引進 儲存空間,可用於NTFS和ReFS上的 Stream,以及 ReFS (數據流上具有完整性的 ReFS (數據流上自動處理此動作。)
若要執行這項作業,請使用下列參數呼叫 DeviceIoControl 函 式。
BOOL DeviceIoControl(
(HANDLE) hDevice, // handle to file or directory
FSCTL_REPAIR_COPIES, // dwIoControlCode
(LPDWORD) pInBuffer, // REPAIR_COPIES_INPUT
(DWORD) InBufferSize, // size of input buffer
(LPDWORD) pOutBuffer, // REPAIR_COPIES_OUTPUT
(DWORD) OutBufferSize, // size of output buffer
(LPDWORD) lpBytesReturned, // number of bytes returned
(LPOVERLAPPED) lpOverlapped // OVERLAPPED structure
);
規格需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
標頭 | winioctl.h (包含 Windows.h) |