FUNCTION c_tplblpr (printer)
char *printer;
Label printer to use for the current system.
The c_tplblpr() call is used to determine which label printer should be used for the current system. The initlbl.config file in $WORCONFIG is read and returns the label printer for this system. If no printer is assigned to the current system, a default label printer is returned.
c_tplblpr() returns
E_SUCC (0) --> successful completion E_FAIL (-1) --> operation failed