diff options
Diffstat (limited to 'src/balutil/inc/balinfo.h')
-rw-r--r-- | src/balutil/inc/balinfo.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/balutil/inc/balinfo.h b/src/balutil/inc/balinfo.h index be4b75d0..0d838ae3 100644 --- a/src/balutil/inc/balinfo.h +++ b/src/balutil/inc/balinfo.h | |||
@@ -34,12 +34,16 @@ typedef struct _BAL_INFO_PACKAGE | |||
34 | BAL_INFO_PACKAGE_TYPE type; | 34 | BAL_INFO_PACKAGE_TYPE type; |
35 | BOOL fPermanent; | 35 | BOOL fPermanent; |
36 | BOOL fVital; | 36 | BOOL fVital; |
37 | BOOL fDisplayInternalUI; | 37 | LPWSTR sczDisplayInternalUICondition; |
38 | LPWSTR sczProductCode; | 38 | LPWSTR sczProductCode; |
39 | LPWSTR sczUpgradeCode; | 39 | LPWSTR sczUpgradeCode; |
40 | LPWSTR sczVersion; | 40 | LPWSTR sczVersion; |
41 | LPWSTR sczInstallCondition; | 41 | LPWSTR sczInstallCondition; |
42 | BAL_INFO_CACHE_TYPE cacheType; | 42 | BAL_INFO_CACHE_TYPE cacheType; |
43 | BOOL fPrereqPackage; | ||
44 | LPWSTR sczPrereqLicenseFile; | ||
45 | LPWSTR sczPrereqLicenseUrl; | ||
46 | LPVOID pvCustomData; | ||
43 | } BAL_INFO_PACKAGE; | 47 | } BAL_INFO_PACKAGE; |
44 | 48 | ||
45 | 49 | ||
@@ -78,7 +82,8 @@ DAPI_(HRESULT) BalInfoAddRelatedBundleAsPackage( | |||
78 | __in BAL_INFO_PACKAGES* pPackages, | 82 | __in BAL_INFO_PACKAGES* pPackages, |
79 | __in LPCWSTR wzId, | 83 | __in LPCWSTR wzId, |
80 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 84 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
81 | __in BOOL fPerMachine | 85 | __in BOOL fPerMachine, |
86 | __out_opt BAL_INFO_PACKAGE** ppPackage | ||
82 | ); | 87 | ); |
83 | 88 | ||
84 | 89 | ||