Struct windows_sys::Win32::System::ApplicationInstallationAndServicing::ACTIVATION_CONTEXT_DETAILED_INFORMATION
#[repr(C)]pub struct ACTIVATION_CONTEXT_DETAILED_INFORMATION {
pub dwFlags: u32,
pub ulFormatVersion: u32,
pub ulAssemblyCount: u32,
pub ulRootManifestPathType: u32,
pub ulRootManifestPathChars: u32,
pub ulRootConfigurationPathType: u32,
pub ulRootConfigurationPathChars: u32,
pub ulAppDirPathType: u32,
pub ulAppDirPathChars: u32,
pub lpRootManifestPath: PCWSTR,
pub lpRootConfigurationPath: PCWSTR,
pub lpAppDirPath: PCWSTR,
}Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields§
§dwFlags: u32§ulFormatVersion: u32§ulAssemblyCount: u32§ulRootManifestPathType: u32§ulRootManifestPathChars: u32§ulRootConfigurationPathType: u32§ulRootConfigurationPathChars: u32§ulAppDirPathType: u32§ulAppDirPathChars: u32§lpRootManifestPath: PCWSTR§lpRootConfigurationPath: PCWSTR§lpAppDirPath: PCWSTR