Users acvitivity in databases

Hi all,

try to get users activity details using Notes API function NSFDbGetUserActivity.

As you probably know this function returns DBACTIVITY and DBACTIVITY_ENTRY data structures, which allow to see how much notes data users READ and WRITE.

Since release 8.0 there are additional data types, DBACTIVITYEXTENDED and DBACTIVITY_ENTRY_EXTEDED, that give information about users ADDS, UPDATES, DELETES as “Lotus C API Reference” says.

But unfortunately i was not able to find any function that would return such data.

Can anybody help?

Thanks in advance