Home
last modified time | relevance | path

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

/reactos/dll/win32/uxtheme/
H A Duxini.c173 LPCWSTR UXINI_GetNextSection(PUXINI_FILE uf, DWORD *dwLen) in UXINI_GetNextSection() function
204 while((lpSection = UXINI_GetNextSection(uf, &dwLen))) { in UXINI_FindSection()
H A Duxthemep.h158 LPCWSTR UXINI_GetNextSection(PUXINI_FILE uf, DWORD *dwLen);
H A Dmsstyles.c669 while((lpName=UXINI_GetNextSection(ini, &dwLen))) in MSSTYLES_ParseThemeIni()