Struct windows_sys::Win32::System::Mmc::MMC_EXT_VIEW_DATA
#[repr(C)]pub struct MMC_EXT_VIEW_DATA {
pub viewID: GUID,
pub pszURL: PCWSTR,
pub pszViewTitle: PCWSTR,
pub pszTooltipText: PCWSTR,
pub bReplacesDefaultView: BOOL,
}
Expand description
Required features: "Win32_System_Mmc"
, "Win32_Foundation"
Fields§
§viewID: GUID
§pszURL: PCWSTR
§pszViewTitle: PCWSTR
§pszTooltipText: PCWSTR
§bReplacesDefaultView: BOOL