Question

HANDLE threadHandle = CreateThread(?, ?, ?, .......);
SetThreadPriority(threadHandle, priority);
CloseHandle(threadHandle);
threadHandle = NULL;
............
Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top