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

Function SK_GetGUIThreadInfo

src/window.cpp:5392–5401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5390}
5391
5392BOOL
5393WINAPI
5394SK_GetGUIThreadInfo ( _In_ DWORD idThread,
5395 _Inout_ PGUITHREADINFO pgui )
5396{
5397 return
5398 GetGUIThreadInfo_Original != nullptr ?
5399 GetGUIThreadInfo_Original (idThread, pgui) :
5400 GetGUIThreadInfo (idThread, pgui);
5401}
5402
5403BOOL
5404WINAPI

Callers 5

GetGUIThreadInfo_DetourFunction · 0.85
SK_DetourWindowProcFunction · 0.85
SK_Win32_IsGUIThreadFunction · 0.85
SK_Window_OnFocusChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected