Home
last modified time | relevance | path

Searched refs:tcNext (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Dmsstyles.c452 …_PARTSTATE MSSTYLES_FindPartState(PTHEME_CLASS tc, int iPartId, int iStateId, PTHEME_CLASS *tcNext) in MSSTYLES_FindPartState() argument
457 if(tcNext) *tcNext = tc->overrides; in MSSTYLES_FindPartState()
462 if(tc->overrides) return MSSTYLES_FindPartState(tc->overrides, iPartId, iStateId, tcNext); in MSSTYLES_FindPartState()
H A Duxthemep.h117 …PARTSTATE MSSTYLES_FindPartState(PTHEME_CLASS tc, int iPartId, int iStateId, PTHEME_CLASS *tcNext);