Вопрос

HANDLE threadHandle = CreateThread(?, ?, ?, .......);
SetThreadPriority(threadHandle, priority);
CloseHandle(threadHandle);
threadHandle = NULL;
............
Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top