typedef struct
{
int data;
}INTEGER;
void main(int argc,char* argv[])
{
unsigned int runTime;
int i;
int threadNum;
//int N;
SYSTEMTIME now;
WORD stopTimeMinute,stopTimeSecond;
DWORD targetThreadID;
//Get command line argument,N
if(argc!=3)
{
printf("please enter:NThread <ThreadNum> <runTime>\n");
return;