diff options
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index e3792177..a6a87622 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |||
| @@ -258,8 +258,10 @@ typedef struct _BAENGINE_GETVARIABLEVERSION_ARGS | |||
| 258 | typedef struct _BAENGINE_GETVARIABLEVERSION_RESULTS | 258 | typedef struct _BAENGINE_GETVARIABLEVERSION_RESULTS |
| 259 | { | 259 | { |
| 260 | DWORD cbSize; | 260 | DWORD cbSize; |
| 261 | // The contents of qwValue may be sensitive, if variable is hidden should keep value encrypted and SecureZeroMemory. | 261 | // The contents of wzValue may be sensitive, if variable is hidden should keep value encrypted and SecureZeroFree. |
| 262 | DWORD64 qwValue; | 262 | LPWSTR wzValue; |
| 263 | // Should be initialized to the size of wzValue. | ||
| 264 | DWORD cchValue; | ||
| 263 | } BAENGINE_GETVARIABLEVERSION_RESULTS; | 265 | } BAENGINE_GETVARIABLEVERSION_RESULTS; |
| 264 | 266 | ||
| 265 | typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_ARGS | 267 | typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_ARGS |
| @@ -410,7 +412,7 @@ typedef struct _BAENGINE_SETVARIABLEVERSION_ARGS | |||
| 410 | { | 412 | { |
| 411 | DWORD cbSize; | 413 | DWORD cbSize; |
| 412 | LPCWSTR wzVariable; | 414 | LPCWSTR wzVariable; |
| 413 | DWORD64 qwValue; | 415 | LPCWSTR wzValue; |
| 414 | } BAENGINE_SETVARIABLEVERSION_ARGS; | 416 | } BAENGINE_SETVARIABLEVERSION_ARGS; |
| 415 | 417 | ||
| 416 | typedef struct _BAENGINE_SETVARIABLEVERSION_RESULTS | 418 | typedef struct _BAENGINE_SETVARIABLEVERSION_RESULTS |
