This topic has not yet been rated - Rate this topic

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

WinIoCtl.h (include Windows.h)

See also

FSCTL_FILE_LEVEL_TRIM

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.