Struct windows_sys::Win32::UI::Shell::SLOWAPPINFO
#[repr(C)]pub struct SLOWAPPINFO {
pub ullSize: u64,
pub ftLastUsed: FILETIME,
pub iTimesUsed: i32,
pub pszImage: PWSTR,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation"
Fields§
§ullSize: u64§ftLastUsed: FILETIME§iTimesUsed: i32§pszImage: PWSTR