diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/thmutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/thmutil.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h index eda81485..cd286854 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h | |||
@@ -530,6 +530,19 @@ HRESULT DAPI ThemeRegisterVariableCallbacks( | |||
530 | ); | 530 | ); |
531 | 531 | ||
532 | /******************************************************************** | 532 | /******************************************************************** |
533 | ThemeInitializeWindowClass - sets defaults for the window class | ||
534 | from the given theme. | ||
535 | |||
536 | *******************************************************************/ | ||
537 | void DAPI ThemeInitializeWindowClass( | ||
538 | __in THEME* pTheme, | ||
539 | __in WNDCLASSW* pWndClass, | ||
540 | __in WNDPROC pfnWndProc, | ||
541 | __in HINSTANCE hInstance, | ||
542 | __in LPCWSTR wzClassName | ||
543 | ); | ||
544 | |||
545 | /******************************************************************** | ||
533 | ThemeCreateParentWindow - creates a parent window for the theme. | 546 | ThemeCreateParentWindow - creates a parent window for the theme. |
534 | 547 | ||
535 | *******************************************************************/ | 548 | *******************************************************************/ |