Struct windows_sys::Win32::UI::Shell::APPINFODATA
#[repr(C)]pub struct APPINFODATA {Show 20 fields
pub cbSize: u32,
pub dwMask: u32,
pub pszDisplayName: PWSTR,
pub pszVersion: PWSTR,
pub pszPublisher: PWSTR,
pub pszProductID: PWSTR,
pub pszRegisteredOwner: PWSTR,
pub pszRegisteredCompany: PWSTR,
pub pszLanguage: PWSTR,
pub pszSupportUrl: PWSTR,
pub pszSupportTelephone: PWSTR,
pub pszHelpLink: PWSTR,
pub pszInstallLocation: PWSTR,
pub pszInstallSource: PWSTR,
pub pszInstallDate: PWSTR,
pub pszContact: PWSTR,
pub pszComments: PWSTR,
pub pszImage: PWSTR,
pub pszReadmeUrl: PWSTR,
pub pszUpdateInfoUrl: PWSTR,
}Expand description
Required features: "Win32_UI_Shell"
Fields§
§cbSize: u32§dwMask: u32§pszDisplayName: PWSTR§pszVersion: PWSTR§pszPublisher: PWSTR§pszProductID: PWSTR§pszRegisteredOwner: PWSTR§pszRegisteredCompany: PWSTR§pszLanguage: PWSTR§pszSupportUrl: PWSTR§pszSupportTelephone: PWSTR§pszHelpLink: PWSTR§pszInstallLocation: PWSTR§pszInstallSource: PWSTR§pszInstallDate: PWSTR§pszContact: PWSTR§pszComments: PWSTR§pszImage: PWSTR§pszReadmeUrl: PWSTR§pszUpdateInfoUrl: PWSTR