Users / PCs / items can be deactivated using the License Viewer or with command DeactivateEntry.
The license is then available again for another user / PC / item (RemainingLicenses is increased) and the user / PC / item can never use the module again.
Name |
DeactivateEntry |
||||||||||||
Purpose |
Deactivates an existing entry (user, computer, item) in the specified module. |
||||||||||||
Params |
|
||||||||||||
Returncode |
|
||||||||||||
Usage |
Deactivates an entry. It doesn’t matter if it is already deactivated! |
||||||||||||
Sample |
iRes := lic.DeactivateEntry(‘D1001’, ‘John’); if iRes = 0 then begin << successfully deactivated >> ... end else begin << an Error occurred >> ... |
||||||||||||
See also |
ExistsEntry, IsEntryActivated, ActivateEntry, GetEntriesOfModule, RemoveDeactivated |
You can remove the user / PC / item from the license file using RemoveDeactivated. The user / PC / item can then reuse the module again.