#[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: u32dwMask: u32pszDisplayName: PWSTRpszVersion: PWSTRpszPublisher: PWSTRpszProductID: PWSTRpszRegisteredOwner: PWSTRpszRegisteredCompany: PWSTRpszLanguage: PWSTRpszSupportUrl: PWSTRpszSupportTelephone: PWSTRpszHelpLink: PWSTRpszInstallLocation: PWSTRpszInstallSource: PWSTRpszInstallDate: PWSTRpszContact: PWSTRpszComments: PWSTRpszImage: PWSTRpszReadmeUrl: PWSTRpszUpdateInfoUrl: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.