NSFDbModifiedTimeByName function

Hi,

The NSFDbModifiedTimeByName C API function was added to the API from 6.5.6 and 7.0.2.

However there is nothing about it even in the “Lotus C API Notes/Domino 8.5 Reference” giude.

I found the definition of it

STATUS LNPUBLIC NSFDbModifiedTimeByName(const char *DbName, TIMEDATE *retDataModified, TIMEDATE *retNonDataModified);

but I’d like to know more details about how it works (as well as to see it in the giude :slight_smile: )

Thanks

Sergey

Subject: NSFDbModifiedTimeByName

NSFDbModifiedTimeByName retrieves the last modification time and data last modification time without “opening” the database (initializing memory structures, checking access rights and stuff).

I guess it should prevent the database from ending up in the dbcache, which is what I’m just trying to do.