I am using C++ and the Acrobat 5.0 SDK in a plugin. I need to be able to determine (when one of my toolbar buttons is clicked) which bookmark is currently selected. I looked at the PDBookmarkGetFlags call, but it doesn't look like it gives me that information.
I have also registered for the bookmark notifications: create, delete, unlink, move, and never seem to get the delete message. When I select a bookmark and delete it, I only get the unlink notification. I need to be able to trap this event and delete the corresponding page from my document. When I move a bookmark, I get the following: unlink, move, unlink, move.
Thanks.
-Chris
