diff options
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h index 61a55693..adcae1af 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h | |||
| @@ -107,8 +107,10 @@ typedef struct _BUNDLE_EXTENSION_ENGINE_GETVARIABLEVERSION_ARGS | |||
| 107 | typedef struct _BUNDLE_EXTENSION_ENGINE_GETVARIABLEVERSION_RESULTS | 107 | typedef struct _BUNDLE_EXTENSION_ENGINE_GETVARIABLEVERSION_RESULTS |
| 108 | { | 108 | { |
| 109 | DWORD cbSize; | 109 | DWORD cbSize; |
| 110 | // The contents of qwValue may be sensitive, if variable is hidden should keep value encrypted and SecureZeroMemory. | 110 | // The contents of wzValue may be sensitive, if variable is hidden should keep value encrypted and SecureZeroFree. |
| 111 | DWORD64 qwValue; | 111 | LPWSTR wzValue; |
| 112 | // Should be initialized to the size of wzValue. | ||
| 113 | DWORD cchValue; | ||
| 112 | } BUNDLE_EXTENSION_ENGINE_GETVARIABLEVERSION_RESULTS; | 114 | } BUNDLE_EXTENSION_ENGINE_GETVARIABLEVERSION_RESULTS; |
| 113 | 115 | ||
| 114 | typedef struct _BUNDLE_EXTENSION_ENGINE_LOG_ARGS | 116 | typedef struct _BUNDLE_EXTENSION_ENGINE_LOG_ARGS |
| @@ -152,7 +154,7 @@ typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLEVERSION_ARGS | |||
| 152 | { | 154 | { |
| 153 | DWORD cbSize; | 155 | DWORD cbSize; |
| 154 | LPCWSTR wzVariable; | 156 | LPCWSTR wzVariable; |
| 155 | DWORD64 qwValue; | 157 | LPCWSTR wzValue; |
| 156 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLEVERSION_ARGS; | 158 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLEVERSION_ARGS; |
| 157 | 159 | ||
| 158 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLEVERSION_RESULTS | 160 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLEVERSION_RESULTS |
