This topic has not yet been rated - Rate this topic

FILE_ALIGNMENT_INFO structure

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps | Metro style apps

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 Consumer Preview

Minimum supported server

Windows Server 8 Beta

Header

WinBase.h (include Windows.h)

See also

File Management Structures
GetFileInformationByHandleEx
FILE_INFO_BY_HANDLE_CLASS

 

 

Build date: 4/17/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ