C API OSLoadLibrary changes

On Windows, if a fully qualified path is not specified for a library to be loaded, the C API OSLoadLibrary no longer searches the path for the library.

Instead, by default, this API searches the Notes or Domino executable directory, the Windows System directory, and the Windows directory. You can use notes.ini variables of the format OSLL_<#>=<path> to specify up to five additional locations to search. For example: OSLL_3="d:\Application\Libraries".

We will more fully document this change in our next release of the C API SDK.