diff options
Diffstat (limited to 'src/api/burn/balutil/inc/IBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/IBAFunctions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/burn/balutil/inc/IBAFunctions.h b/src/api/burn/balutil/inc/IBAFunctions.h index 50126ba1..ea6c116b 100644 --- a/src/api/burn/balutil/inc/IBAFunctions.h +++ b/src/api/burn/balutil/inc/IBAFunctions.h | |||
@@ -35,7 +35,8 @@ DECLARE_INTERFACE_IID_(IBAFunctions, IBootstrapperApplication, "0FB445ED-17BD-49 | |||
35 | STDMETHOD(OnThemeControlLoading)( | 35 | STDMETHOD(OnThemeControlLoading)( |
36 | __in LPCWSTR wzName, | 36 | __in LPCWSTR wzName, |
37 | __inout BOOL* pfProcessed, | 37 | __inout BOOL* pfProcessed, |
38 | __inout WORD* pwId | 38 | __inout WORD* pwId, |
39 | __inout BOOL* pfDisableAutomaticFunctionality | ||
39 | ) = 0; | 40 | ) = 0; |
40 | 41 | ||
41 | // OnThemeControlWmCommand - Called when WM_COMMAND is received for a control. | 42 | // OnThemeControlWmCommand - Called when WM_COMMAND is received for a control. |