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

Method SetGUID

Tools/etw_list/etw_list.cpp:110–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void SetGUID(GUID const& guid)
111 {
112 guid_ = guid;
113 guidStr_.clear();
114
115 wchar_t* guidStr = nullptr;
116 if (StringFromIID(guid, &guidStr) == S_OK) {
117 guidStr_ = guidStr;
118 CoTaskMemFree(guidStr);
119 }
120 }
121
122 bool Matches(std::vector<Filter>* filters) const
123 {

Callers 1

EventRecordCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected