diff options
Diffstat (limited to 'src/api/burn/balutil/inc/IBAFunctions.h')
| -rw-r--r-- | src/api/burn/balutil/inc/IBAFunctions.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 | |||
| 31 | __inout LPVOID pvResults, | 31 | __inout LPVOID pvResults, |
| 32 | __in_opt LPVOID pvContext | 32 | __in_opt LPVOID pvContext |
| 33 | ) = 0; | 33 | ) = 0; |
| 34 | |||
| 35 | // OnThemeControlLoading - Called while creating a control for the theme. | ||
| 36 | // | ||
| 37 | STDMETHOD(OnThemeControlLoading)( | ||
| 38 | __in LPCWSTR wzName, | ||
| 39 | __inout BOOL* pfProcessed, | ||
| 40 | __inout WORD* pwId | ||
| 41 | ) = 0; | ||
| 34 | }; | 42 | }; |
