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/IBAFunctions.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/api/burn/balutil/inc/IBAFunctions.h') diff --git a/src/api/burn/balutil/inc/IBAFunctions.h b/src/api/burn/balutil/inc/IBAFunctions.h index 7d8a07fa..d41b7c9b 100644 --- a/src/api/burn/balutil/inc/IBAFunctions.h +++ b/src/api/burn/balutil/inc/IBAFunctions.h @@ -31,4 +31,12 @@ DECLARE_INTERFACE_IID_(IBAFunctions, IBootstrapperApplication, "0FB445ED-17BD-49 __inout LPVOID pvResults, __in_opt LPVOID pvContext ) = 0; + + // OnThemeControlLoading - Called while creating a control for the theme. + // + STDMETHOD(OnThemeControlLoading)( + __in LPCWSTR wzName, + __inout BOOL* pfProcessed, + __inout WORD* pwId + ) = 0; }; -- cgit v1.2.3-55-g6feb