Searched refs:pfnSetThreadDescription (Results 1 – 1 of 1) sorted by relevance
155 typedef HRESULT (WINAPI *pfnSetThreadDescription)(HANDLE, PCWSTR); typedef162 static pfnSetThreadDescription pSetThreadDescription = NULL;168 …pSetThreadDescription = (pfnSetThreadDescription) GetProcAddress(kernel32, "SetThreadDescription");
Completed in 4 milliseconds