winbase.h) (FILE_ALIGNMENT_INFO 結構
包含檔案的對齊資訊。 當 FileAlignmentInfo 傳入 FileInformationClass 參數時,這個結構會從 GetFileInformationByHandleEx 函式傳回。
語法
typedef struct _FILE_ALIGNMENT_INFO {
ULONG AlignmentRequirement;
} FILE_ALIGNMENT_INFO, *PFILE_ALIGNMENT_INFO;
成員
AlignmentRequirement
最小對齊需求,以位元組為單位。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
標頭 | winbase.h (包含 Windows.h) |