extern structstd.os.windows.FILE_DISPOSITION_INFORMATION[src]

Fields

DeleteFile: BOOLEAN

Source Code

Source code
pub const FILE_DISPOSITION_INFORMATION = extern struct {
    DeleteFile: BOOLEAN,
}