Struct winapi::um::winnt::ACTIVATION_CONTEXT_DETAILED_INFORMATION [−][src]
#[repr(C)]pub struct ACTIVATION_CONTEXT_DETAILED_INFORMATION {
pub dwFlags: DWORD,
pub ulFormatVersion: DWORD,
pub ulAssemblyCount: DWORD,
pub ulRootManifestPathType: DWORD,
pub ulRootManifestPathChars: DWORD,
pub ulRootConfigurationPathType: DWORD,
pub ulRootConfigurationPathChars: DWORD,
pub ulAppDirPathType: DWORD,
pub ulAppDirPathChars: DWORD,
pub lpRootManifestPath: PCWSTR,
pub lpRootConfigurationPath: PCWSTR,
pub lpAppDirPath: PCWSTR,
}
Fields
dwFlags: DWORD
ulFormatVersion: DWORD
ulAssemblyCount: DWORD
ulRootManifestPathType: DWORD
ulRootManifestPathChars: DWORD
ulRootConfigurationPathType: DWORD
ulRootConfigurationPathChars: DWORD
ulAppDirPathType: DWORD
ulAppDirPathChars: DWORD
lpRootManifestPath: PCWSTR
lpRootConfigurationPath: PCWSTR
lpAppDirPath: PCWSTR
Trait Implementations
Returns the “default value” for a type. Read more