Welcome, Guest. Please login or register.

Author Topic: Does CheckIO work with request that have already GetMessage()ed ?  (Read 950 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
If you can use GetMsg() to get the ioreq reply then the iorequest has already terminated. Most of the time WaitIO should be used to remove the ioreq msg from the port though.

However, as long as the iorequest is used at least once it should be safe to AbortIO() + WaitIO() always (AbortIO doesn't do anything if the iorequest has already terminated).