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: u64ftLastUsed: FILETIMEiTimesUsed: i32pszImage: PWSTR