Home
last modified time | relevance | path

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

/reactos/dll/cpl/desk/
H A Ddesk.c125 } PropPages[] = variable
237 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()
/reactos/dll/cpl/main/
H A Dmouse.c1819 } PropPages[] = variable
1860 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()