#[repr(C)]pub struct PM_INSTALLINFO {
pub ProductID: GUID,
pub PackagePath: BSTR,
pub InstanceID: GUID,
pub pbLicense: *mut u8,
pub cbLicense: u32,
pub IsUninstallDisabled: BOOL,
pub DeploymentOptions: u32,
pub OfferID: GUID,
pub MarketplaceAppVersion: BSTR,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"
Fields
ProductID: GUID
PackagePath: BSTR
InstanceID: GUID
pbLicense: *mut u8
cbLicense: u32
IsUninstallDisabled: BOOL
DeploymentOptions: u32
OfferID: GUID
MarketplaceAppVersion: BSTR
Trait Implementations
impl Clone for PM_INSTALLINFO
impl Clone for PM_INSTALLINFO
impl Copy for PM_INSTALLINFO
Auto Trait Implementations
impl RefUnwindSafe for PM_INSTALLINFO
impl !Send for PM_INSTALLINFO
impl !Sync for PM_INSTALLINFO
impl Unpin for PM_INSTALLINFO
impl UnwindSafe for PM_INSTALLINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more