ReadDirectoryChangesW(hFolder, pBuffer, dwbufLen, TRUE, ...); takes first argument as "hFolder" == Name of Folder But I wanted to track whole computer (C:\,D:\E:\ etc). File can be copied, added, deleted etc anywhere on the computer (C:\,D:\E:\ ) I dont know........ :) So here what should be given as a value for "hFolder" then ???? I tried with "C:\" as argument for "hFolder" but it worked for 200-250 files and get crashed OR "NotResponding" messgae from Windows making application to close. :( But here my argument should not be C:\ or D:\ or something like that, coz I want to handle event for all of them.... So what should be done in this case..... Can u again review my question Please ???? There was again Specific requirement that only ".jpg" file should be tracked. i.e. another application can add, delete or change .jpg file anywhere on the computer (C:\, d:\, E:\ etc) I dont know..... This could be greate help if u can explain what should be done or any sort of code for it. Thanks Again for previous replies.... :) and Thanks in Advance toooo :)
AmolM