MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetDlgItemText

Function GetDlgItemText

Win32Lib/Win32Lib.cpp:464–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464std::wstring GetDlgItemText(HWND hDlg, int idc)
465{
466 HWND hWnd = ::GetDlgItem(hDlg, idc);
467 if (!hWnd)
468 ThrowLastError("GetExitCodeProcess");
469 return GetWindowText(hWnd);
470}
471
472bool IsGUIThread()
473{

Callers 7

OnOkMethod · 0.85
UpdateUIMethod · 0.85
OnSaveMethod · 0.85
OnOkMethod · 0.85
OnNextMethod · 0.85
OnPreviousMethod · 0.85
OnOkMethod · 0.85

Calls 2

ThrowLastErrorFunction · 0.85
GetWindowTextFunction · 0.85

Tested by

no test coverage detected