Searched refs:hDisplayPage (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/mstsc/ |
H A D | connectdialog.c | 91 ShowWindow(pInfo->hDisplayPage, SW_HIDE); in OnTabWndSelChange() 97 BringWindowToTop(pInfo->hDisplayPage); in OnTabWndSelChange() 658 SendDlgItemMessageW(pInfo->hDisplayPage, in OnResolutionChanged() 677 SendDlgItemMessageW(pInfo->hDisplayPage, in FillResolutionsAndColors() 704 SendDlgItemMessageW(pInfo->hDisplayPage, in FillResolutionsAndColors() 742 SendDlgItemMessageW(pInfo->hDisplayPage, in FillResolutionsAndColors() 747 SendDlgItemMessageW(pInfo->hDisplayPage, in FillResolutionsAndColors() 797 SendDlgItemMessageW(pInfo->hDisplayPage, in ReLoadDisplayPage() 835 SendDlgItemMessageW(pInfo->hDisplayPage, in ReLoadDisplayPage() 856 pInfo->hDisplayPage = hwnd; in DisplayOnInit() [all …]
|
H A D | settings.c | 33 ret = SendDlgItemMessage(pInfo->hDisplayPage, in SaveAllSettings() 42 … (ret == SendDlgItemMessageW(pInfo->hDisplayPage, IDC_GEOSLIDER, TBM_GETRANGEMAX, 0, 0)) ? 2 : 1); in SaveAllSettings() 52 ret = SendDlgItemMessage(pInfo->hDisplayPage, in SaveAllSettings() 59 ret = SendDlgItemMessage(pInfo->hDisplayPage, in SaveAllSettings()
|
H A D | precomp.h | 91 HWND hDisplayPage; member
|