Syntax mtCreateBarcodeInstance() Return Value Handle to an instance of the barcode toolkit (dll only). Remarks Create an instance of the barcode toolkit and return a handle that may be used with other functions in the win32 dll interface. Please note that this function is not applicable to other interfaces for the toolkit. This function only
Syntax mtDestroyBarcodeInstance(hBarcode) Parameters hBarcode Handle to an instance of the barcode toolkit. Return Value 1/True on success and 0/False on failure. Remarks DestroyBarcodeInstance destroys an instance of the barcode toolkit and releases any resources used by the toolkit. This function only exists in the dll interface to the SDK. Example: Dim hBarcode As System.IntPtr hBarcode =