BXLLIB.DLL / BXLIBX.CAB
Copyright © BIXOLON Co., Ltd.
1. C
onn
e
c
t
P
r
i
n
t
e
r
The ConnectPrinter function connect to instance of printer which is installed in
system.
BOOL
C
onn
e
c
t
P
r
i
n
t
e
r
(
LPCSTR
s
zP
ri
n
t
e
r
Na
m
e
)
;
Pa
r
a
m
e
t
e
r
s
szPrinterName
[in] Name of printer instance to connect
Return
Va
l
u
e
s
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.
2. DisconnectPrinter
The DisconnectPrinter function disconnect to instance of printer which is connected.
BOOL
D
i
sc
onn
e
c
t
P
ri
n
t
e
r
()
;
Return
Va
l
u
e
s
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.
3. StartLabel
The StartLabel function start to make label in printer.
BOOL
S
t
a
r
t
L
a
b
e
l
()
;
Return
Va
l
u
e
s
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.
Re
m
a
r
ks
Must be called this function after call “ConnectPrinter” function.