PFILE_ALLOCATION_INFORMATION Struct Reference

Used to set the allocation size for a file. More...

#include <fileinfo.h>

Data Fields

LARGE_INTEGER AllocationSize
 

Detailed Description

Used to set the allocation size for a file.

The struct is requested during IRP_MJ_SET_INFORMATION with query FileAllocationInformation

Field Documentation

LARGE_INTEGER PFILE_ALLOCATION_INFORMATION::AllocationSize

File allocation size, in bytes. Usually this value is a multiple of the sector or cluster size of the underlying physical device.


The documentation for this struct was generated from the following file: