I'm trying to process the Ctrl+Z ( Undo Delete ) context menu action in my namespace extension, but I'm having trouble finding a way to do this.
I see in the doc that one needs to implement FM_UNDELETE_PROC, but no details on how to register this callback. Also tried to set a Shell hook, but no relevant messages arrive there.
Any thoughts? Also, how would one register a delete operation so the explorer would allow the Undo to take place. Now it appears if I do this from another location.
Thanks, David