Home
last modified time | relevance | path

Searched refs:hSelf (Results 1 – 22 of 22) sorted by relevance

/reactos/dll/cpl/sysdm/
H A Dvirtmem.c78 HWND hSelf; member
148 ShowLastWin32Error(pVirtMem->hSelf); in ReadPageFileSettings()
348 ShowLastWin32Error(pVirtMem->hSelf); in WritePageFileSettings()
501 Index = (INT)SendDlgItemMessage(pVirtMem->hSelf, in OnSet()
517 if (IsDlgButtonChecked(pVirtMem->hSelf, in OnSet()
522 MinSize = GetDlgItemInt(pVirtMem->hSelf, in OnSet()
651 SetDlgItemText(pVirtMem->hSelf, IDC_DRIVE, in OnSelChange()
684 SetDlgItemInt(pVirtMem->hSelf, in OnSelChange()
689 SetDlgItemInt(pVirtMem->hSelf, in OnSelChange()
694 CheckDlgButton(pVirtMem->hSelf, in OnSelChange()
[all …]
/reactos/modules/rosapps/applications/sysutils/screenshot/
H A Dscreenshot.c173 GetWindowRect(pScrSht->hSelf, &rect); in CaptureScreen()
178 if (!(ScreenDC = GetDC(pScrSht->hSelf))) in CaptureScreen()
189 ReleaseDC(pScrSht->hSelf, ScreenDC); in CaptureScreen()
197 ReleaseDC(pScrSht->hSelf, ScreenDC); in CaptureScreen()
217 ReleaseDC(pScrSht->hSelf, ScreenDC); in CaptureScreen()
359 pScrSht->hSelf = GetDesktopWindow(); in _tWinMain()
363 pScrSht->hSelf = GetForegroundWindow(); in _tWinMain()
366 if (pScrSht->hSelf == NULL) in _tWinMain()
381 if(DoSaveFile(pScrSht->hSelf, szFileName)) in _tWinMain()
390 if (pScrSht->hSelf != NULL) in _tWinMain()
[all …]
H A Dscreenshot.h6 HWND hSelf; member
/reactos/dll/win32/aclui/
H A Dchecklist.c61 HWND hSelf; member
572 GetClientRect(infoPtr->hSelf, in UpdateControl()
590 SetScrollInfo(infoPtr->hSelf, in UpdateControl()
595 RedrawWindow(infoPtr->hSelf, in UpdateControl()
728 ReleaseDC(infoPtr->hSelf, in GetIdealItemHeight()
804 GetClientRect(infoPtr->hSelf, in PaintControl()
1210 ShowCaret(infoPtr->hSelf); in DisplayCaret()
1229 KillTimer(infoPtr->hSelf, in KillQuickSearchTimers()
1231 KillTimer(infoPtr->hSelf, in KillQuickSearchTimers()
1368 KillTimer(infoPtr->hSelf, in ChangeSearchHit()
[all …]
/reactos/modules/rosapps/templates/old_wordpad/
H A Dmainwnd.c124 Info->hSelf, in InitMainWnd()
136 ccs.hWindowMenu = GetSubMenu(GetMenu(Info->hSelf), in InitMainWnd()
147 Info->hSelf, in InitMainWnd()
155 FileInitialize(Info->hSelf); in InitMainWnd()
184 Info->hSelf, in MainWndCommand()
205 if (DoOpenFile(Info->hSelf, in MainWndCommand()
222 SendMessage(Info->hSelf, in MainWndCommand()
268 Info->hSelf, in MainWndCommand()
349 Info->hSelf = hwnd; in MainWndProc()
H A Deditwnd.c28 Info->hSelf, in InitEditWnd()
71 Info->hSelf = hwnd; in EditWndProc()
89 if (GetClientRect(Info->hSelf, in EditWndProc()
H A Dprecomp.h60 HWND hSelf; member
91 HWND hSelf; member
/reactos/dll/cpl/desk/
H A Dmonslctl.c14 HWND hSelf; member
61 pnmh->hwndFrom = infoPtr->hSelf; in MonSelNotify()
108 InvalidateRect(infoPtr->hSelf, in MonSelChangeFont()
262 InvalidateRect(infoPtr->hSelf, in MonSelRepaint()
391 InvalidateRect(infoPtr->hSelf, in MonSelUpdateMonitorsInfo()
472 InvalidateRect(infoPtr->hSelf, in MonSelSetMonitorsInfo()
945 SetFocus(infoPtr->hSelf); in MonSelContextMenu()
959 MapWindowPoints(infoPtr->hSelf, in MonSelContextMenu()
964 SendMessage(infoPtr->hSelf, in MonSelContextMenu()
1007 hDC = GetDC(infoPtr->hSelf); in MonSelMoveDragRect()
[all …]
/reactos/base/applications/games/spider/
H A Dspider.cpp32 HWND hSelf; member
244 pCardBacks[i].hSelf = GetDlgItem(hDlg, c); in CardBackDlgProc()
248 pCardBacks[i].hOldProc = (WNDPROC)SetWindowLongPtr(pCardBacks[i].hSelf, in CardBackDlgProc()
252 SetWindowLongPtr(pCardBacks[i].hSelf, GWLP_USERDATA, (LONG_PTR)&pCardBacks[i]); in CardBackDlgProc()
281 pCardBacks[i].bSelected = pCardBacks[i].hSelf == (HWND)lParam; in CardBackDlgProc()
283 GetClientRect(pCardBacks[i].hSelf, &rc); in CardBackDlgProc()
284 InvalidateRect(pCardBacks[i].hSelf, &rc, TRUE); in CardBackDlgProc()
/reactos/dll/cpl/timedate/
H A Dmonthcal.c33 HWND hSelf; member
66 pnmh->hwndFrom = infoPtr->hSelf; in MonthCalNotifyControlParent()
207 InvalidateRect(infoPtr->hSelf, in MonthCalUpdate()
220 InvalidateRect(infoPtr->hSelf, in MonthCalUpdate()
242 if (SetTimer(infoPtr->hSelf, in MonthCalSetupDayTimer()
320 KillTimer(infoPtr->hSelf, in MonthCalChange()
376 InvalidateRect(infoPtr->hSelf, in MonthCalSetDate()
422 KillTimer(infoPtr->hSelf, in MonthCalSetLocalTime()
446 InvalidateRect(infoPtr->hSelf, in MonthCalRepaintDay()
652 InvalidateRect(infoPtr->hSelf, in MonthCalChangeFont()
[all …]
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dfontboxeswnd.c194 SetFocus(EditGlyphInfo->hSelf); in EditCurrentGlyph()
219 …EditGlyphInfo->hSelf = CreateDialogParamW(hInstance, MAKEINTRESOURCEW(IDD_EDITGLYPH), FontWndInfo-… in EditCurrentGlyph()
220 ShowWindow(EditGlyphInfo->hSelf, SW_SHOW); in EditCurrentGlyph()
234 FontWndInfo->hSelf, in CreateFontBoxesWindow()
H A Deditglyphdlg.c30 hToolbar = GetDlgItem(Info->hSelf, IDC_EDIT_GLYPH_TOOLBOX); in InitToolbox()
94 EndDialog(Info->hSelf, 0); in EditGlyphCommand()
107 SetWindowLongPtrW(Info->hSelf, GWLP_USERDATA, 0); in EditGlyphCommand()
134 Info->hSelf = hwnd; in EditGlyphDlgProc()
H A Dprecomp.h70 HWND hSelf; member
88 HWND hSelf; member
H A Dmainwnd.c411 SendMessageW(Info->CurrentFontWnd->hSelf, WM_CLOSE, 0, 0); in MenuCommand()
545 if( !SendMessage(pWnd->hSelf, WM_USER_APPCLOSE, 0, 0) ) in MainWndProc()
H A Dfontwnd.c115 Info->hSelf = hwnd; in FontWndProc()
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp38 HWND hSelf; member
541 pCardBacks[i].hSelf = GetDlgItem(hDlg, c); in CardBackDlgProc()
545 pCardBacks[i].hOldProc = (WNDPROC)SetWindowLongPtr(pCardBacks[i].hSelf, in CardBackDlgProc()
549 SetWindowLongPtr(pCardBacks[i].hSelf, in CardBackDlgProc()
580 if (pCardBacks[i].hSelf == (HWND)lParam) in CardBackDlgProc()
587 GetClientRect(pCardBacks[i].hSelf, &rc); in CardBackDlgProc()
588 InvalidateRect(pCardBacks[i].hSelf, &rc, TRUE); in CardBackDlgProc()
/reactos/base/applications/mscutils/servman/
H A Dcreate.c14 HWND hSelf; member
89 hwnd = GetDlgItem(Data->hSelf, in GetStringFromDialog()
260 Data->hSelf = hDlg; in CreateDialogProc()
/reactos/dll/win32/msvfw32/
H A Ddrawdib.c52 HDRAWDIB hSelf; member
71 for (hdd = HDD_FirstHdd; hdd != NULL && hdd->hSelf != hd; hdd = hdd->next); in MSVIDEO_GetHddPtr()
90 whdd->hSelf = (HDRAWDIB)HDD_HandleRef++; in DrawDibOpen()
95 return whdd->hSelf; in DrawDibOpen()
/reactos/base/applications/mstsc/
H A Dprecomp.h88 HWND hSelf; member
H A Dconnectdialog.c1035 pInfo->hSelf = hwnd; in OnMainCreate()
1219 GetClientRect(pInfo->hSelf, &bmpRc); in DlgProc()
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c1999 HANDLE hSelf; in test_QueryFullProcessImageNameW() local
2019 hSelf = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, GetCurrentProcessId()); in test_QueryFullProcessImageNameW()
2022 expect_eq_d(TRUE, pQueryFullProcessImageNameW(hSelf, 0, buf, &size)); in test_QueryFullProcessImageNameW()
2030 expect_eq_d(FALSE, pQueryFullProcessImageNameW(hSelf, 0, buf, &size)); in test_QueryFullProcessImageNameW()
2038 expect_eq_d(FALSE, pQueryFullProcessImageNameW(hSelf, 0, buf, &size)); in test_QueryFullProcessImageNameW()
2044 expect_eq_d(FALSE, pQueryFullProcessImageNameW(hSelf, 0, NULL, &size)); in test_QueryFullProcessImageNameW()
2052 expect_eq_d(FALSE, pQueryFullProcessImageNameW(hSelf, 0, buf, &size)); in test_QueryFullProcessImageNameW()
2060 expect_eq_d(TRUE, pQueryFullProcessImageNameW(hSelf, PROCESS_NAME_NATIVE, buf, &size)); in test_QueryFullProcessImageNameW()
2084 CloseHandle(hSelf); in test_QueryFullProcessImageNameW()
/reactos/sdk/include/reactos/wine/
H A Dwinbase16.h66 HTASK16 hSelf; /* 0c Selector of this TDB */ member