FILE_LEVEL_TRIM_OUTPUT structure
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
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013