Searched refs:pSetThreadDescription (Results 1 – 1 of 1) sorted by relevance
162 static pfnSetThreadDescription pSetThreadDescription = NULL; local168 …pSetThreadDescription = (pfnSetThreadDescription) GetProcAddress(kernel32, "SetThreadDescription");172 if (pSetThreadDescription != NULL) {175 pSetThreadDescription(GetCurrentThread(), strw);
Completed in 3 milliseconds