aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc/IBAFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/balutil/inc/IBAFunctions.h')
-rw-r--r--src/api/burn/balutil/inc/IBAFunctions.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/IBAFunctions.h b/src/api/burn/balutil/inc/IBAFunctions.h
index 63395e1e..2e71608d 100644
--- a/src/api/burn/balutil/inc/IBAFunctions.h
+++ b/src/api/burn/balutil/inc/IBAFunctions.h
@@ -61,4 +61,13 @@ DECLARE_INTERFACE_IID_(IBAFunctions, IBootstrapperApplication, "0FB445ED-17BD-49
61 __inout BOOL* pfProcessed, 61 __inout BOOL* pfProcessed,
62 __inout LRESULT* plResult 62 __inout LRESULT* plResult
63 ) = 0; 63 ) = 0;
64
65 // OnThemeControlLoaded - Called after a control was created for the theme.
66 //
67 STDMETHOD(OnThemeControlLoaded)(
68 __in LPCWSTR wzName,
69 __in WORD wId,
70 __in HWND hWnd,
71 __inout BOOL* pfProcessed
72 ) = 0;
64}; 73};