S siking Unregistered / Unconfirmed GUEST, unregistred user! 2010-11-29 #1 谁能给个TerminateThread例子BOOL TerminateThread( HANDLE hThread, // handle to the thread DWORD dwExitCode // exit code for the thread );dwExitCode是什么?
谁能给个TerminateThread例子BOOL TerminateThread( HANDLE hThread, // handle to the thread DWORD dwExitCode // exit code for the thread );dwExitCode是什么?
S smlabc Unregistered / Unconfirmed GUEST, unregistred user! 2010-11-29 #3 H := CreateThread...TerminateThread(H, 0);
S sunnyfairy Unregistered / Unconfirmed GUEST, unregistred user! 2010-12-01 #4 一般是让线程自己结束啊.这样强行结束不太好.