Lines Matching full:ppage
2278 void ProcessPageControls(THEME_PAGE *pPage) {
2279 if (!pPage) {
2283 for (DWORD i = 0; i < pPage->cControlIndices; ++i) {
2284 THEME_CONTROL* pControl = _theme->rgControls + pPage->rgdwControlIndices[i];
2790 THEME_PAGE* pPage = nullptr;
2793 pPage = ThemeGetPage(_theme, pageId);
2794 if (!pPage) {
2798 for (DWORD i = 0; i < pPage->cControlIndices; ++i) {
2801 THEME_CONTROL* pControl = _theme->rgControls + pPage->rgdwControlIndices[i];