#[repr(C)]pub struct STATURL {
pub cbSize: u32,
pub pwcsUrl: PWSTR,
pub pwcsTitle: PWSTR,
pub ftLastVisited: FILETIME,
pub ftLastUpdated: FILETIME,
pub ftExpires: FILETIME,
pub dwFlags: u32,
}Expand description
Required features: ‘Win32_Web_MsHtml’, ‘Win32_Foundation’
Fields
cbSize: u32pwcsUrl: PWSTRpwcsTitle: PWSTRftLastVisited: FILETIMEftLastUpdated: FILETIMEftExpires: FILETIMEdwFlags: u32