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’, ‘Win32_Foundation’
Fields
category: KF_CATEGORYpszName: PWSTRpszDescription: PWSTRfidParent: GUIDpszRelativePath: PWSTRpszParsingName: PWSTRpszTooltip: PWSTRpszLocalizedName: PWSTRpszIcon: PWSTRpszSecurity: PWSTRdwAttributes: u32kfdFlags: u32ftidType: GUID