|
Installs the specified license from the computer indicated by with the connection.
Header file: DTILICENSE.HRequires: W3DBAV80.DLL or higher version
|
In
|
hConnection
|
Connection handle that identifies the server. Connection handles are obtained with the PvConnectServer() function.
|
|
In
|
license
|
License key to be added.
|
The following preconditions must be met:
BTI_CHAR_PTR add_lic = "ERXVD3U4ZS9KR94QPDHV5BN2"; status = PvAddLicense(P_LOCAL_DB_CONNECTION, add_lic);
|
Chapter contents
Prev topic: PvAddIndex()
|