New Features in HCL C API Toolkit for Notes Domino 14.0.0
Chapter 1-2
New Features in HCL C API Toolkit for Notes/Domino 14.0.0
This section lists the new and changed features in the HCL C API Toolkit for Notes/Domino 14.0.0. See the What's New view in the HCL C API Reference for details.
Security Functions
Some new functions of security have been added to kfm.h.
- SECKFMGetIDFlags - Get ID flags information associated to keyfile context..
- SECKFMGetUserInfo - Get user access information for given key file.
Security Flags
Two flags has been added to kfm.h
- flDFH_xxx - file define the ID File Header flags. These flags are stored in the header of an ID file.
fIDFH_Password - File is password protected
fIDFH_PWShareable - Password may be shared by all processes.
NIF Functions
A new function of nif have been added to nif.h.
- NIFReadEntriesExt2 - Read collection index information .
NIF Flags
READ_MASK_TO_JSON - returns output from NIFReadEntriesExt2 in the form of JSON.