InitLicense Method
The InitLicense member method reads license key and activate the toolkit.
Syntax
int InitLicense(
const char* pLicense
);
Parameters
- pLicense
- The license key(s).
Return Value
Zero if the function completed successfully.
Example
CBarcodeReader reader;
reader.InitLicense(""88FFAA09C42D5DE******"");