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

Function KeywordIsEnabled

Provider/PresentMonProvider.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool KeywordIsEnabled(
107 ULONGLONG Keyword,
108 ULONGLONG MatchAnyKeyword,
109 ULONGLONG MatchAllKeyword)
110{
111 return Keyword == 0ull || ((Keyword & MatchAnyKeyword) && ((Keyword & MatchAllKeyword) == MatchAllKeyword));
112}
113
114void __stdcall EnableCallback(
115 LPCGUID, // SourceId

Callers 1

EnableCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected