Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
std::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
472
bool IsGUIThread()
473
{
Callers
7
OnOk
Method · 0.85
UpdateUI
Method · 0.85
OnSave
Method · 0.85
OnOk
Method · 0.85
OnNext
Method · 0.85
OnPrevious
Method · 0.85
OnOk
Method · 0.85
Calls
2
ThrowLastError
Function · 0.85
GetWindowText
Function · 0.85
Tested by
no test coverage detected