質問

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