diff options
Diffstat (limited to 'src/balutil/inc/IBootstrapperApplication.h')
-rw-r--r-- | src/balutil/inc/IBootstrapperApplication.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/balutil/inc/IBootstrapperApplication.h b/src/balutil/inc/IBootstrapperApplication.h index e17d2589..9cc19120 100644 --- a/src/balutil/inc/IBootstrapperApplication.h +++ b/src/balutil/inc/IBootstrapperApplication.h | |||
@@ -32,7 +32,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
32 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 32 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
33 | __in_z LPCWSTR wzBundleTag, | 33 | __in_z LPCWSTR wzBundleTag, |
34 | __in BOOL fPerMachine, | 34 | __in BOOL fPerMachine, |
35 | __in DWORD64 dw64Version, | 35 | __in_z LPCWSTR wzVersion, |
36 | __inout BOOL* pfCancel, | 36 | __inout BOOL* pfCancel, |
37 | __inout BOOL* pfIgnoreBundle | 37 | __inout BOOL* pfIgnoreBundle |
38 | ) = 0; | 38 | ) = 0; |
@@ -48,7 +48,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
48 | STDMETHOD(OnDetectUpdate)( | 48 | STDMETHOD(OnDetectUpdate)( |
49 | __in_z_opt LPCWSTR wzUpdateLocation, | 49 | __in_z_opt LPCWSTR wzUpdateLocation, |
50 | __in DWORD64 dw64Size, | 50 | __in DWORD64 dw64Size, |
51 | __in DWORD64 dw64Version, | 51 | __in_z LPCWSTR wzVersion, |
52 | __in_z_opt LPCWSTR wzTitle, | 52 | __in_z_opt LPCWSTR wzTitle, |
53 | __in_z_opt LPCWSTR wzSummary, | 53 | __in_z_opt LPCWSTR wzSummary, |
54 | __in_z_opt LPCWSTR wzContentType, | 54 | __in_z_opt LPCWSTR wzContentType, |
@@ -69,7 +69,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
69 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 69 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
70 | __in_z LPCWSTR wzBundleTag, | 70 | __in_z LPCWSTR wzBundleTag, |
71 | __in BOOL fPerMachine, | 71 | __in BOOL fPerMachine, |
72 | __in DWORD64 dw64Version, | 72 | __in_z LPCWSTR wzVersion, |
73 | __in BOOTSTRAPPER_RELATED_OPERATION operation, | 73 | __in BOOTSTRAPPER_RELATED_OPERATION operation, |
74 | __inout BOOL* pfCancel | 74 | __inout BOOL* pfCancel |
75 | ) = 0; | 75 | ) = 0; |
@@ -84,7 +84,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
84 | STDMETHOD(OnDetectCompatibleMsiPackage)( | 84 | STDMETHOD(OnDetectCompatibleMsiPackage)( |
85 | __in_z LPCWSTR wzPackageId, | 85 | __in_z LPCWSTR wzPackageId, |
86 | __in_z LPCWSTR wzCompatiblePackageId, | 86 | __in_z LPCWSTR wzCompatiblePackageId, |
87 | __in DWORD64 dw64CompatiblePackageVersion, | 87 | __in_z LPCWSTR wzCompatiblePackageVersion, |
88 | __inout BOOL* pfCancel | 88 | __inout BOOL* pfCancel |
89 | ) = 0; | 89 | ) = 0; |
90 | 90 | ||
@@ -94,7 +94,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
94 | __in_z LPCWSTR wzUpgradeCode, | 94 | __in_z LPCWSTR wzUpgradeCode, |
95 | __in_z LPCWSTR wzProductCode, | 95 | __in_z LPCWSTR wzProductCode, |
96 | __in BOOL fPerMachine, | 96 | __in BOOL fPerMachine, |
97 | __in DWORD64 dw64Version, | 97 | __in_z LPCWSTR wzVersion, |
98 | __in BOOTSTRAPPER_RELATED_OPERATION operation, | 98 | __in BOOTSTRAPPER_RELATED_OPERATION operation, |
99 | __inout BOOL* pfCancel | 99 | __inout BOOL* pfCancel |
100 | ) = 0; | 100 | ) = 0; |
@@ -156,7 +156,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
156 | STDMETHOD(OnPlanCompatibleMsiPackageBegin)( | 156 | STDMETHOD(OnPlanCompatibleMsiPackageBegin)( |
157 | __in_z LPCWSTR wzPackageId, | 157 | __in_z LPCWSTR wzPackageId, |
158 | __in_z LPCWSTR wzCompatiblePackageId, | 158 | __in_z LPCWSTR wzCompatiblePackageId, |
159 | __in DWORD64 dw64CompatiblePackageVersion, | 159 | __in_z LPCWSTR wzCompatiblePackageVersion, |
160 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, | 160 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, |
161 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, | 161 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, |
162 | __inout BOOL* pfCancel | 162 | __inout BOOL* pfCancel |