From 8fa040da9d0d3826f5ffda6bcbec4f53abd97452 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 27 Oct 2021 13:55:16 -0500 Subject: Allow more customization of control ids in thmutil. Allow BAFunctions to set control ids. Make sure control ids don't collide. --- src/api/burn/balutil/inc/BalBaseBAFunctions.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h') 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 return E_NOTIMPL; } + virtual STDMETHODIMP OnThemeControlLoading( + __in LPCWSTR /*wzName*/, + __inout BOOL* /*pfProcessed*/, + __inout WORD* /*pwId*/ + ) + { + return S_OK; + } + protected: CBalBaseBAFunctions( __in HMODULE hModule, -- cgit v1.2.3-55-g6feb