Folks,
When I call SHChangeNotify(), is it possible to specify that the call
shouldn't block under any circumstances? I assumed that the call wouldn't
block unless I passed in SHCNF_FLUSH, but that's not what I'm seeing. Should
I be using SHCNF_FLUSHNOWAIT? What exactly does that do?
Thanks!