Platform SDK Shell >> Question About SHChangeNotify()

by R3V5IFguIFNtaWxleQ » Sat, 18 Dec 2004 04:57:05 GMT

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!