BIAPRegisterRelease

 

#include "BiAutoPrint.h"

 

BOOL BIAPRegisterRelease(BOOL bSilent, LPCTSTR szSerialNumber);

 

Description

This function registers the license on the current system.

 

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 or the manual registration window.

 

Input value: szSerialNumber – The serial number for the Auto-print SDK. If an empty string is passed, the function will display a dialog box where the user can enter the serial number.

 

Return value

TRUE if the product was successfully registered, 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)