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: DWORDulFormatVersion: DWORDulAssemblyCount: DWORDulRootManifestPathType: DWORDulRootManifestPathChars: DWORDulRootConfigurationPathType: DWORDulRootConfigurationPathChars: DWORDulAppDirPathType: DWORDulAppDirPathChars: DWORDlpRootManifestPath: PCWSTRlpRootConfigurationPath: PCWSTRlpAppDirPath: PCWSTRTrait Implementations
Returns the “default value” for a type. Read more