diff options
Diffstat (limited to 'src/engine/registration.h')
-rw-r--r-- | src/engine/registration.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h index dc9bc5b7..c1e52ac9 100644 --- a/src/engine/registration.h +++ b/src/engine/registration.h | |||
@@ -139,8 +139,13 @@ typedef struct _BURN_REGISTRATION | |||
139 | // Update registration | 139 | // Update registration |
140 | BURN_UPDATE_REGISTRATION update; | 140 | BURN_UPDATE_REGISTRATION update; |
141 | 141 | ||
142 | // Only valid after detect. | 142 | BURN_RELATED_BUNDLES relatedBundles; // Only valid after detect. |
143 | BURN_RELATED_BUNDLES relatedBundles; | 143 | DEPENDENCY* rgIgnoredDependencies; // Only valid after detect. |
144 | UINT cIgnoredDependencies; // Only valid after detect. | ||
145 | DEPENDENCY* rgDependents; // Only valid after detect. | ||
146 | UINT cDependents; // Only valid after detect. | ||
147 | LPCWSTR wzSelfDependent; // Only valid after detect. | ||
148 | BOOL fSelfRegisteredAsDependent; // Only valid after detect. | ||
144 | 149 | ||
145 | LPWSTR sczDetectedProviderKeyBundleId; | 150 | LPWSTR sczDetectedProviderKeyBundleId; |
146 | LPWSTR sczAncestors; | 151 | LPWSTR sczAncestors; |