PFILE_ALIGNMENT_INFORMATION Struct Reference

Used as an argument to the ZwQueryInformationFile routine. More...

#include <fileinfo.h>

Data Fields

ULONG AlignmentRequirement
 

Detailed Description

Used as an argument to the ZwQueryInformationFile routine.

The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileAllInformation

Field Documentation

ULONG PFILE_ALIGNMENT_INFORMATION::AlignmentRequirement

The buffer alignment required by the underlying device. For a list of system-defined values, see DEVICE_OBJECT. The value must be one of the FILE_XXX_ALIGNMENT values defined in Wdm.h. For more information, see DEVICE_OBJECT and Initializing a Device Object.


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