Struct windows_sys::Win32::Web::InternetExplorer::STATURL
#[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_InternetExplorer", "Win32_Foundation"
Fields§
§cbSize: u32§pwcsUrl: PWSTR§pwcsTitle: PWSTR§ftLastVisited: FILETIME§ftLastUpdated: FILETIME§ftExpires: FILETIME§dwFlags: u32