diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-10-27 13:55:16 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-11-01 16:34:09 -0500 |
commit | 8fa040da9d0d3826f5ffda6bcbec4f53abd97452 (patch) | |
tree | a8a1094f3ac17bd6feed8a6f971c0d6008694345 /src/api/burn/balutil/inc/BalBaseBAFunctions.h | |
parent | 4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9 (diff) | |
download | wix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.tar.gz wix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.tar.bz2 wix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.zip |
Allow more customization of control ids in thmutil.
Allow BAFunctions to set control ids.
Make sure control ids don't collide.
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index a3054709..c2c8a6dc 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -841,6 +841,15 @@ public: // IBAFunctions | |||
841 | return E_NOTIMPL; | 841 | return E_NOTIMPL; |
842 | } | 842 | } |
843 | 843 | ||
844 | virtual STDMETHODIMP OnThemeControlLoading( | ||
845 | __in LPCWSTR /*wzName*/, | ||
846 | __inout BOOL* /*pfProcessed*/, | ||
847 | __inout WORD* /*pwId*/ | ||
848 | ) | ||
849 | { | ||
850 | return S_OK; | ||
851 | } | ||
852 | |||
844 | protected: | 853 | protected: |
845 | CBalBaseBAFunctions( | 854 | CBalBaseBAFunctions( |
846 | __in HMODULE hModule, | 855 | __in HMODULE hModule, |