pbms_library_init
Description
pbms_bool pbms_library_init ()
Initializes the PBMS library. This should be called to initialize the PBMS library before you call any other PBMS library function.
Return Values

On success TRUE is returned.

On failure FALSE is returned. Use pbms_errno() and pbms_error() to retrieve error details passing NULL for pbms.

Related functions
pbms_library_end()