aboutsummaryrefslogtreecommitdiff
path: root/src/engine/registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/registration.h')
-rw-r--r--src/engine/registration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h
index 39fee65f..ed0641eb 100644
--- a/src/engine/registration.h
+++ b/src/engine/registration.h
@@ -77,6 +77,7 @@ typedef struct _BURN_SOFTWARE_TAG
77{ 77{
78 LPWSTR sczFilename; 78 LPWSTR sczFilename;
79 LPWSTR sczRegid; 79 LPWSTR sczRegid;
80 LPWSTR sczPath;
80 LPSTR sczTag; 81 LPSTR sczTag;
81} BURN_SOFTWARE_TAG; 82} BURN_SOFTWARE_TAG;
82 83
@@ -198,6 +199,7 @@ HRESULT RegistrationSessionResume(
198 ); 199 );
199HRESULT RegistrationSessionEnd( 200HRESULT RegistrationSessionEnd(
200 __in BURN_REGISTRATION* pRegistration, 201 __in BURN_REGISTRATION* pRegistration,
202 __in BURN_VARIABLES* pVariables,
201 __in BURN_PACKAGES* pPackages, 203 __in BURN_PACKAGES* pPackages,
202 __in BURN_RESUME_MODE resumeMode, 204 __in BURN_RESUME_MODE resumeMode,
203 __in BOOTSTRAPPER_APPLY_RESTART restart, 205 __in BOOTSTRAPPER_APPLY_RESTART restart,