Question

HANDLE threadHandle = CreateThread(?, ?, ?, .......);
SetThreadPriority(threadHandle, priority);
CloseHandle(threadHandle);
threadHandle = NULL;
............
Was it helpful?

Solution

No, it is not a requirement - just a potential debugging aid.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top