Friday, January 4, 2008

Do a wait with the Windows API

HANDLE handle = CreateEvent(NULL, TRUE, FALSE, NULL);
WaitForSingleObject(handle,4000);

No comments: