ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | ETDTProc) (HWND, DWORD) |
typedef HRESULT(WINAPI * | SWTProc) (HWND, LPCWSTR, LPCWSTR) |
Functions | |
static BOOL | InitUxTheme (VOID) |
HRESULT WINAPI | EnableThemeDialogTexture (_In_ HWND hwnd, _In_ DWORD dwFlags) |
HRESULT WINAPI | SetWindowTheme (_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList) |
Variables | |
static HMODULE | hUxTheme = NULL |
static ETDTProc | fnEnableThemeDialogTexture = NULL |
static SWTProc | fnSetWindowTheme = NULL |
Definition at line 17 of file uxthemesupp.c.
Definition at line 55 of file uxthemesupp.c.
Referenced by BtrfsBalance::BalanceDlgProc(), BtrfsBalance::BalanceOptsDlgProc(), BtrfsDeviceAdd::DeviceAddDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), PROPSHEET_CreatePage(), PropSheetDlgProc(), and BtrfsVolPropSheet::UsageDlgProc().
Definition at line 22 of file uxthemesupp.c.
Referenced by EnableThemeDialogTexture(), and SetWindowTheme().
HRESULT WINAPI SetWindowTheme | ( | _In_ HWND | hwnd, |
_In_ LPCWSTR | pszSubAppName, | ||
_In_ LPCWSTR | pszSubIdList | ||
) |
Definition at line 69 of file uxthemesupp.c.
Referenced by CommonWndProc(), CMenuToolbarBase::CreateToolbar(), EnableThemeDialogTexture(), CTrayShowDesktopButton::EnsureWindowTheme(), CISFBand::Exec(), CStartButton::Initialize(), CDeviceView::Initialize(), CNotifyToolbar::Initialize(), CSysPagerWnd::Initialize(), CTrayClockWnd::Initialize(), CTaskSwitchWnd::OnCreate(), CTrayWindow::OnCreate(), CTrayNotifyWnd::OnGetMinimumSize(), ServicesPageWndProc(), STDMETHODIMP_(), Test_GetIdealSizeNoThemes(), Test_MessagesNonThemed(), Test_TextMargin(), TestPadding(), TestParams(), TestTheme(), ToolsPageWndProc(), and wWinMain().
Definition at line 15 of file uxthemesupp.c.
Referenced by EnableDialogTheme(), EnableThemeDialogTexture(), and InitUxTheme().
Definition at line 18 of file uxthemesupp.c.
Referenced by InitUxTheme(), and SetWindowTheme().
Definition at line 12 of file uxthemesupp.c.
Referenced by InitUxTheme().