FSCTL_GET_INTEGRITY_INFORMATION IOCTL (winioctl.h)
Recupera lo stato di integrità di un file o di una directory in un volume ReFS.
Per eseguire questa operazione, chiamare la funzione DeviceIoControl con i parametri seguenti.
BOOL DeviceIoControl(
(HANDLE) hDevice, // handle to file or directory
FSCTL_GET_INTEGRITY_INFORMATION, // dwIoControlCode
(LPDWORD) NULL, // pInBuffer
(DWORD) 0, // InBufferSize
(LPDWORD) pOutBuffer, // FSCTL_GET_INTEGRITY_INFORMATION_BUFFER
(DWORD) OutBufferSize, // size of output buffer
(LPDWORD) lpBytesReturned, // number of bytes returned
(LPOVERLAPPED) lpOverlapped // OVERLAPPED structure
);
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winioctl.h (include Windows.h) |