MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetStringFromHResult

Function GetStringFromHResult

src/windows/WinUtils.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191std::string GetStringFromHResult(HRESULT hr)
192{
193 LPTSTR tstr = GetTStringFromHResult(hr);
194 std::string str = MakeStringFromTString(tstr);
195 free(tstr);
196 return str;
197}
198
199void CopyStringToClipboard(const std::string& str)
200{

Callers 3

InitializeMethod · 0.85
SpeakMethod · 0.85
NetworkerThreadMethod · 0.85

Calls 1

GetTStringFromHResultFunction · 0.85

Tested by

no test coverage detected