diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-10-27 15:29:19 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-11-01 16:34:09 -0500 |
commit | dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc (patch) | |
tree | 68dc0653ee1a6fe962d82dac2159c8ab00a95808 /src/api/burn/balutil/inc/BalBaseBAFunctions.h | |
parent | bad2e93524f376cfeb76d5231d4b08510bdad033 (diff) | |
download | wix-dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc.tar.gz wix-dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc.tar.bz2 wix-dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc.zip |
Make thmutil automatically load controls during window creation.
Add control loaded event.
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index f6c33f58..d97df350 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -874,6 +874,16 @@ public: // IBAFunctions | |||
874 | return S_OK; | 874 | return S_OK; |
875 | } | 875 | } |
876 | 876 | ||
877 | virtual STDMETHODIMP OnThemeControlLoaded( | ||
878 | __in LPCWSTR /*wzName*/, | ||
879 | __in WORD /*wId*/, | ||
880 | __in HWND /*hWnd*/, | ||
881 | __inout BOOL* /*pfProcessed*/ | ||
882 | ) | ||
883 | { | ||
884 | return S_OK; | ||
885 | } | ||
886 | |||
877 | protected: | 887 | protected: |
878 | CBalBaseBAFunctions( | 888 | CBalBaseBAFunctions( |
879 | __in HMODULE hModule, | 889 | __in HMODULE hModule, |