Skip to main content

ACTIVATION_CONTEXT_DETAILED_INFORMATION

Type Alias ACTIVATION_CONTEXT_DETAILED_INFORMATION 

Source
pub type ACTIVATION_CONTEXT_DETAILED_INFORMATION = _ACTIVATION_CONTEXT_DETAILED_INFORMATION;

Aliased Type§

#[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: *const u16, pub lpRootConfigurationPath: *const u16, pub lpAppDirPath: *const u16, }

Fields§

§dwFlags: u32§ulFormatVersion: u32§ulAssemblyCount: u32§ulRootManifestPathType: u32§ulRootManifestPathChars: u32§ulRootConfigurationPathType: u32§ulRootConfigurationPathChars: u32§ulAppDirPathType: u32§ulAppDirPathChars: u32§lpRootManifestPath: *const u16§lpRootConfigurationPath: *const u16§lpAppDirPath: *const u16