Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FILE_ALIGNMENT_INFO structure

Contains alignment information for a file. This structure is returned from the GetFileInformationByHandleEx function when FileAlignmentInfo is passed in the FileInformationClass parameter.

Syntax


typedef struct _FILE_ALIGNMENT_INFO {
  ULONG AlignmentRequirement;
} FILE_ALIGNMENT_INFO, *PFILE_ALIGNMENT_INFO;

Members

AlignmentRequirement

Minimum alignment requirement, in bytes.

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 [desktop apps | Windows Store apps]

Header

WinBase.h (include Windows.h)

See also

File Management Structures
GetFileInformationByHandleEx
FILE_INFO_BY_HANDLE_CLASS

 

 

Show:
© 2017 Microsoft