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.
The FILE_STREAM_RESERVATION_INFORMATION structure contains information about the reservation of space for a file stream.
Syntax
typedef struct _FILE_STREAM_RESERVATION_INFORMATION {
LONGLONG TrackedReservation;
LONGLONG EnforcedReservation;
} FILE_STREAM_RESERVATION_INFORMATION, *PFILE_STREAM_RESERVATION_INFORMATION;
Members
TrackedReservation
Amount of storage space that is currently tracked as reserved for the file stream.
EnforcedReservation
Amount of storage space that is currently enforced as reserved for the file stream.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ntifs.h |