MCPcopy 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

14namespace fusion {
15
16std::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

DrawValueMethod · 0.85
DrawItemFunction · 0.85
_InitBooleanListMethod · 0.85
OnOkMethod · 0.85

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected