没有调用成功,GetLastError 返回的值是6,说明这个线程句柄无效,怎么回事啊,我以前也是这样创建的,可以暂停的,但是现在不知道怎么回事?
void CFTPClient::Stop(int selete)
{
DWORD  th,t1,t2,t3,t4,t5,t6,t7;
switch(selete) 
{
case 1:


t1=::SuspendThread( hThread1);
t2=::SuspendThread( hThread1);
t3=::SuspendThread( hThread1);
t4=::SuspendThread( hThread1);
t5=::SuspendThread( hThread1);
t6=::SuspendThread( hThread1);
t7=::SuspendThread( hThread1);

  th=GetLastError(); 

break;我现在暂停多次也没有成功的暂停,麻烦大哥哥大姐姐帮我看看是哪里出问题了,谢谢你们