BIAPUnregister

 

Description

This function unregisters the license on the current system. If the license is transferable and bForceUnregister was set to FALSE, the license will be reusable for another registration.

 

Syntax

[BiAutoPrint.]BIAPUnregister(bSilent As Boolean, bForceUnregister As Boolean) As Boolean

 

Parameters

Input value: bSilent - Silent mode, when set to true, the function does not show any dialog boxes. If set to false, the function may show error messages.

 

Input value: bForceUnregister – When set to TRUE, it forces the removal of the license from the system, even if the function could not communicate with the license server. Setting this parameter to TRUE may cause the loss of a license!

 

Return value

TRUE if the product was successfully unregistered, otherwise FALSE. Use the BIAPGetLastLicenseError() and BIAPGetLastLicenseErrorString() functions to get more information on failure.