Licensing Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for adding, removing, and viewing certificate ID and key pairs (authorization codes). The fifth function retrieves and displays messages associated with the return values from the other four functions.

Licensing functions
Function name Purpose

isc_license_add()

Adds a certificate ID and key pair to the InterBase license file.

isc_license_check()

Checks whether the supplied ID/key pair is valid.

isc_license_remove()

Removes the specified line from the InterBase license file.

isc_license_display()

Copies ID/key pairs from the InterBase license file into a buffer.

isc_license_get_msg()

Returns the text of an error code.

Advance To: