#[repr(C)]
pub struct ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION {
Show 19 fields pub ulFlags: u32, pub ulEncodedAssemblyIdentityLength: u32, pub ulManifestPathType: u32, pub ulManifestPathLength: u32, pub liManifestLastWriteTime: i64, pub ulPolicyPathType: u32, pub ulPolicyPathLength: u32, pub liPolicyLastWriteTime: i64, pub ulMetadataSatelliteRosterIndex: u32, pub ulManifestVersionMajor: u32, pub ulManifestVersionMinor: u32, pub ulPolicyVersionMajor: u32, pub ulPolicyVersionMinor: u32, pub ulAssemblyDirectoryNameLength: u32, pub lpAssemblyEncodedAssemblyIdentity: PCWSTR, pub lpAssemblyManifestPath: PCWSTR, pub lpAssemblyPolicyPath: PCWSTR, pub lpAssemblyDirectoryName: PCWSTR, pub ulFileCount: u32,
}
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"

Fields

ulFlags: u32ulEncodedAssemblyIdentityLength: u32ulManifestPathType: u32ulManifestPathLength: u32liManifestLastWriteTime: i64ulPolicyPathType: u32ulPolicyPathLength: u32liPolicyLastWriteTime: i64ulMetadataSatelliteRosterIndex: u32ulManifestVersionMajor: u32ulManifestVersionMinor: u32ulPolicyVersionMajor: u32ulPolicyVersionMinor: u32ulAssemblyDirectoryNameLength: u32lpAssemblyEncodedAssemblyIdentity: PCWSTRlpAssemblyManifestPath: PCWSTRlpAssemblyPolicyPath: PCWSTRlpAssemblyDirectoryName: PCWSTRulFileCount: u32

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.