Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used as output to the FSCTL_FILE_LEVEL_TRIM control code.
Syntax
typedef struct _FILE_LEVEL_TRIM_OUTPUT {
DWORD NumRangesProcessed;
} FILE_LEVEL_TRIM_OUTPUT, *PFILE_LEVEL_TRIM_OUTPUT;
Members
NumRangesProcessed
Contains the number of ranges that were successfully processed. This may be less than the value passed in the NumRanges member of the FILE_LEVEL_TRIM structure. If it is then the last ranges in the array were not processed.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winioctl.h (include Windows.h) |