Source position: jwawinnt.pas line 8086
type _ACTIVATION_CONTEXT_DETAILED_INFORMATION = record |
dwFlags: DWORD; |
ulFormatVersion: DWORD; |
ulAssemblyCount: DWORD; |
ulRootManifestPathType: DWORD; |
ulRootManifestPathChars: DWORD; |
ulRootConfigurationPathType: DWORD; |
ulRootConfigurationPathChars: DWORD; |
ulAppDirPathType: DWORD; |
ulAppDirPathChars: DWORD; |
lpRootManifestPath: LPCWSTR; |
lpRootConfigurationPath: LPCWSTR; |
lpAppDirPath: LPCWSTR; |
end; |