假如有如下三个线程:
NewThd1 := AMClientThread.Create(false);
NewThd2 := AMClientThread.Create(false);
NewThd3 := AMClientThread.Create(false);
那么,如题的问题如何解决呢?
能否给出代码?肯定给分~~~不要简简单单地给我来个
BOOL GetThreadTimes(
  HANDLE hThread,             // handle to thread
  LPFILETIME lpCreationTime,  // thread creation time
  LPFILETIME lpExitTime,      // thread exit time
  LPFILETIME lpKernelTime,    // thread kernel-mode time
  LPFILETIME lpUserTime       // thread user-mode time
);
就了事.这些东西我只要按F1就行了,何必在这里浪费兄弟们的时间