extern structstd.os.windows.FILE_DISPOSITION_INFORMATION_EX[src]

Fields

Flags: ULONG

combination of FILE_DISPOSITION_* flags

Source Code

Source code
pub const FILE_DISPOSITION_INFORMATION_EX = extern struct {
    /// combination of FILE_DISPOSITION_* flags
    Flags: ULONG,
}