Struct windows_sys::Win32::UI::Shell::KNOWNFOLDER_DEFINITION
#[repr(C)]pub struct KNOWNFOLDER_DEFINITION {Show 13 fields
pub category: KF_CATEGORY,
pub pszName: PWSTR,
pub pszDescription: PWSTR,
pub fidParent: GUID,
pub pszRelativePath: PWSTR,
pub pszParsingName: PWSTR,
pub pszTooltip: PWSTR,
pub pszLocalizedName: PWSTR,
pub pszIcon: PWSTR,
pub pszSecurity: PWSTR,
pub dwAttributes: u32,
pub kfdFlags: u32,
pub ftidType: GUID,
}Expand description
Required features: "Win32_UI_Shell"
Fields§
§category: KF_CATEGORY§pszName: PWSTR§pszDescription: PWSTR§fidParent: GUID§pszRelativePath: PWSTR§pszParsingName: PWSTR§pszTooltip: PWSTR§pszLocalizedName: PWSTR§pszIcon: PWSTR§pszSecurity: PWSTR§dwAttributes: u32§kfdFlags: u32§ftidType: GUID