BIAPUnregister

 

#include "BiAutoPrint.h"

 

BOOL BIAPUnregister(BOOL bSilent, BOOL bForceUnregister);

 

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.

 

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.

 

Requirements

 

Header:

BiAutoPrint.h

Library:

BiAutoPrint32.lib (for 32 bit)

BiAutoPrint64.lib (for 64 bit)

DLL:

BiAutoPrint32.dll (for 32 bit)

BiAutoPrint64.dll (for 64 bit)