MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / GetStringFromResources

Method GetStringFromResources

cppcryptfs/ui/locutils.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <atlstr.h>
4
5std::wstring LocUtils::GetStringFromResources(unsigned int nID) {
6 ATL::CStringW str;
7 if (str.LoadString(nID)) {
8 return std::wstring((LPCWSTR)str);
9 }
10 return L"";
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected