DBR_InitLicense Function
The InitLicense member method reads license key and activate the toolkit.
Syntax
int DBR_InitLicense (
const char* pLicense
);
Parameters
- pLicense
- The license key(s).
Return Value
Zero if the function completed successfully; otherwise nonzero.
Remarks
The DBR_InitLicense function license the Dynamsoft Barcode Reader and activate related features.
Example
DBR_InitLicense("88FFAA09C42D5DE******");