extern structstd.os.windows.FILE_ALIGNMENT_INFORMATION[src]

Fields

AlignmentRequirement: ULONG

Source Code

Source code
pub const FILE_ALIGNMENT_INFORMATION = extern struct {
    AlignmentRequirement: ULONG,
}