ReactOS 0.4.15-dev-8096-ga0eec98
uxthemesupp.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ ETDT_DISABLE

#define ETDT_DISABLE   0x00000001

Definition at line 28 of file uxthemesupp.h.

◆ ETDT_ENABLE

#define ETDT_ENABLE   0x00000002

Definition at line 29 of file uxthemesupp.h.

◆ ETDT_ENABLETAB

#define ETDT_ENABLETAB   (ETDT_ENABLE | ETDT_USETABTEXTURE)

Definition at line 31 of file uxthemesupp.h.

◆ ETDT_USETABTEXTURE

#define ETDT_USETABTEXTURE   0x00000004

Definition at line 30 of file uxthemesupp.h.

Function Documentation

◆ EnableThemeDialogTexture()

HRESULT WINAPI EnableThemeDialogTexture ( _In_ HWND  hwnd,
_In_ DWORD  dwFlags 
)

Definition at line 55 of file uxthemesupp.c.

57{
58 if (!InitUxTheme())
60
63
65}
static BOOL InitUxTheme(VOID)
Definition: uxthemesupp.c:22
static ETDTProc fnEnableThemeDialogTexture
Definition: uxthemesupp.c:15
DWORD WINAPI GetLastError(void)
Definition: except.c:1042
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
#define HRESULT_FROM_WIN32(x)
Definition: winerror.h:92

Referenced by BtrfsBalance::BalanceDlgProc(), BtrfsBalance::BalanceOptsDlgProc(), BtrfsDeviceAdd::DeviceAddDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), PROPSHEET_CreatePage(), PropSheetDlgProc(), and BtrfsVolPropSheet::UsageDlgProc().

◆ SetWindowTheme()