T> CreateThread(NULL, 0, FirstThread, (PVOID) NULL, 0, NULL); T> CreateThread(NULL, 0, SecondThread, (PVOID) NULL, 0, NULL); T>