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

Function GetMemberStructName

Tools/etw_list/etw_list.cpp:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581std::wstring GetMemberStructName(std::wstring const& name, size_t memberIndex)
582{
583 wchar_t append[128] = {};
584 _snwprintf_s(append, _TRUNCATE, L"_MemberStruct_%zu", memberIndex);
585 return name + append;
586}
587
588void PrintCppStruct(std::vector<EventProperty> const& members, std::wstring const& name)
589{

Callers 1

PrintCppStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected