Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ LoadString
Function
LoadString
Win32Lib/Utilities.cpp:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace fusion {
15
16
std::wstring LoadString(int id)
17
{
18
CString cs;
19
if (!cs.LoadString(id))
20
Win32::ThrowLastError(
"LoadString"
);
21
return static_cast<const wchar_t*>(cs);
22
}
23
24
} // namespace fusion
Callers
4
DrawValue
Method · 0.85
DrawItem
Function · 0.85
_InitBooleanList
Method · 0.85
OnOk
Method · 0.85
Calls
1
ThrowLastError
Function · 0.85
Tested by
no test coverage detected