Pregunta

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

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top