MCPcopy Create free account
hub / github.com/SpecialKO/SpecialK / SK_MMCS_GetTaskForThreadID

Function SK_MMCS_GetTaskForThreadID

src/thread.cpp:1202–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200}
1201
1202SK_MMCS_TaskEntry*
1203SK_MMCS_GetTaskForThreadID (DWORD dwTid, const char* name)
1204{
1205 return
1206 SK_MMCS_GetTaskForThreadIDEx ( dwTid, name,
1207 "Games",
1208 "Playback" );
1209}
1210
1211
1212

Callers 3

thread.hFile · 0.85

Calls 1

Tested by

no test coverage detected