Searched refs:PropPages (Results 1 – 2 of 2) sorted by relevance
125 } PropPages[] = variable237 for (i = 0; i < _countof(PropPages); i++) in DisplayApplet()239 if (pwszSelectedTab && _wcsicmp(pwszSelectedTab, PropPages[i].Name) == 0) in DisplayApplet()243 if (PropPages[i].idDlg == IDD_BACKGROUND && hpsxa != NULL && in DisplayApplet()251 InitPropSheetPage(&psh, PropPages[i].idDlg, PropPages[i].DlgProc, PropPages[i].Callback); in DisplayApplet()
1819 } PropPages[] = variable1860 for (i = 0; i != sizeof(PropPages) / sizeof(PropPages[0]); i++) in MouseApplet()1863 if (PropPages[i].uiReplaceWith != 0 && hpsxa != NULL && in MouseApplet()1864 …SHReplaceFromPropSheetExtArray(hpsxa, PropPages[i].uiReplaceWith, PropSheetAddPage, (LPARAM)&psh) … in MouseApplet()1871 InitPropSheetPage(&psh, PropPages[i].idDlg, PropPages[i].DlgProc); in MouseApplet()