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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h
index ed0641eb..af1b42e4 100644
--- a/src/engine/registration.h
+++ b/src/engine/registration.h
@@ -92,6 +92,7 @@ typedef struct _BURN_REGISTRATION
92 BOOL fPerMachine; 92 BOOL fPerMachine;
93 BOOL fRegisterArp; 93 BOOL fRegisterArp;
94 BOOL fDisableResume; 94 BOOL fDisableResume;
95 BOOL fCached;
95 BOOL fInstalled; 96 BOOL fInstalled;
96 LPWSTR sczId; 97 LPWSTR sczId;
97 LPWSTR sczTag; 98 LPWSTR sczTag;
@@ -174,8 +175,7 @@ HRESULT RegistrationSetVariables(
174 __in BURN_VARIABLES* pVariables 175 __in BURN_VARIABLES* pVariables
175 ); 176 );
176HRESULT RegistrationDetectInstalled( 177HRESULT RegistrationDetectInstalled(
177 __in BURN_REGISTRATION* pRegistration, 178 __in BURN_REGISTRATION* pRegistration
178 __out BOOL* pfInstalled
179 ); 179 );
180HRESULT RegistrationDetectResumeType( 180HRESULT RegistrationDetectResumeType(
181 __in BURN_REGISTRATION* pRegistration, 181 __in BURN_REGISTRATION* pRegistration,