diff options
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, |
