NlMakesis Y-Browser Y-Tasks
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.
below will give the notification depending on TNotifyType u r setting..
RFs::NotifyChange(TNotifyType aType,TRequestStatus& aStat);
Forum posts: 56
below will give the notification depending on TNotifyType u r setting..
RFs::NotifyChange(TNotifyType aType,TRequestStatus& aStat);