Home
last modified time | relevance | path

Searched refs:STAP_ALLOW_CONTROLS (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/apitests/uxtheme/
H A DSetThemeAppProperties.c75 SetThemeAppProperties(STAP_ALLOW_CONTROLS); in START_TEST()
/reactos/sdk/include/psdk/
H A Duxtheme.h41 #define STAP_ALLOW_CONTROLS 0x00000002 macro
/reactos/dll/win32/uxtheme/
H A Dsystem.c48 static DWORD dwThemeAppProperties = STAP_ALLOW_NONCLIENT | STAP_ALLOW_CONTROLS;
756 if (!(flags & OTD_NONCLIENT) && !(dwThemeAppProperties & STAP_ALLOW_CONTROLS)) in OpenThemeDataInternal()