ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | ETDT_DISABLE 0x00000001 |
#define | ETDT_ENABLE 0x00000002 |
#define | ETDT_USETABTEXTURE 0x00000004 |
#define | ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE) |
Functions | |
HRESULT WINAPI | EnableThemeDialogTexture (_In_ HWND hwnd, _In_ DWORD dwFlags) |
HRESULT WINAPI | SetWindowTheme (_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList) |
#define ETDT_DISABLE 0x00000001 |
Definition at line 28 of file uxthemesupp.h.
#define ETDT_ENABLE 0x00000002 |
Definition at line 29 of file uxthemesupp.h.
#define ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE) |
Definition at line 31 of file uxthemesupp.h.
#define ETDT_USETABTEXTURE 0x00000004 |
Definition at line 30 of file uxthemesupp.h.
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().
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(), GROUP_GroupWndProc(), 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().