MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GuidToString

Function GuidToString

IntelPresentMon/CommonUtilities/win/Utilities.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 throw Except<HrError>("failed to check WOW64 status");
179 }
180 std::wstring GuidToString(const GUID& guid)
181 {
182 wchar_t buf[64];
183 int len = StringFromGUID2(guid, buf, 64);
184 return std::wstring(buf, len > 0 ? len - 1 : 0); // drop trailing null
185 }
186
187 void ExplorePath(const std::filesystem::path& path)
188 {

Callers 2

MakeRandomNameMethod · 0.85
EtwLogSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected