Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gevli
  • Order by date
  1. gevli

    SetWaitableTimer() API and FILETIME structure

    Thanks again, but yes, i found a different solution in the WaitForMultipleObjects() function that has a timeout parameter by itself. Gevli
  2. gevli

    SetWaitableTimer() API and FILETIME structure

    Thanks for the help! But the WairForMulipleObjects() has an extra timeout parameter so i don't need this extra handle to a timer. I guess i looked to long at it and did not see this immediatly.
  3. gevli

    SetWaitableTimer() API and FILETIME structure

    The app i'm working on is monitoring a folder. Whenever the folder changes (a new file is dropped into it) this app has to read the file and pass it to another app that is waiting for input. Monitoring the folder is done with the FindFirstChange() API call that creates a handle to a change...
  4. gevli

    SetWaitableTimer() API and FILETIME structure

    I try to use the Windows API Function SetWaitableTimer() together with WaitForMultipleObjects() so the program waits either for a timeout or for some other action (a change in a certain folder). Description of SetWaitableTimer: BOOL WINAPI SetWaitableTimer( __in HANDLE hTimer, __in...

Part and Inventory Search

Back
Top