View Single Post
Old Mar 7th, 2006, 2:10 PM   #10
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
You shouldn't terminate the task like that - if it's in the middle of processing information or writing to disk, you could lose valuable data. Best to use the WM_QUIT message, which allows it to finish, save all data, and exit gracefully.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote