File read notification

Login to reply to this topic.
Thu, 2008-03-20 05:52
Joined: 2005-06-15
Forum posts: 17

Need to be notified when a particular set of files are read. Is there an easy way to do this. All I could find was RFs::IsFileOpen() and this would involve polling. Can you shed some light on this issue?

Thanks.


Sat, 2008-03-22 12:19
Joined: 2005-12-07
Forum posts: 56
Re: File read notification

below will give the notification depending on TNotifyType u r setting..

RFs::NotifyChange(TNotifyType aType,TRequestStatus& aStat);

  • Login to reply to this topic.