Registers a default library pathname with a runtime.
#include <prlink.h> PRStatus PR_SetLibraryPath(const char *path);
The function has this parameter:
path
The function returns one of the following values:
PR_SUCCESS
.PR_FAILURE
. This may indicate that the function cannot allocate sufficient storage to make a copy of the path stringThis function registers a default library pathname with the runtime. This allows an environment to express policy decisions globally and lazily, rather than hardcoding and distributing the decisions throughout the code.