Struct windows_sys::Win32::Storage::FileSystem::FILE_DISPOSITION_INFO
#[repr(C)]pub struct FILE_DISPOSITION_INFO {
pub DeleteFile: BOOLEAN,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"
Fields§
§DeleteFile: BOOLEAN