Returns TRUE if barcode printing is enabled.
IsBarcodeEnabled (pDevMode As Long) As Boolean
Input value - pDevMode: handle to the BlackIceDEVMODE structure
Return value - TRUE if barcode generation is enabled, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.