getting folder change notifications in C++

  • Thread starter Thread starter David
  • Start date Start date
D

David

I've got a VC++ COM addin loading and able to get the Namespace object and
from that the Folders object. Now I'd like to register to receive
notifications of changes to folders I'm interested in, but I can't find
anything that will take, say, an IAdvise pointer or some other callback. How
can I register my addin to be notified of folder changes?
 
Back
Top