Pergunta

HANDLE threadHandle = CreateThread(?, ?, ?, .......);
SetThreadPriority(threadHandle, priority);
CloseHandle(threadHandle);
threadHandle = NULL;
............
Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top