BXLLIB.DLL / BXLIBX.CAB
Copyright © BIXOLON Co., Ltd.
8. PrintDirect
The PrintDirect function send data to port directly.
BOOL
P
ri
n
t
Di
r
e
c
t
(
LPCSTR
p
Di
r
e
c
t
Da
t
a,
)
;
Pa
r
a
m
e
t
e
r
s
pDirectData
[in] Data to send
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.
9. Prints
The Prints function start to
print.
BOOL
P
r
i
n
t
s
(
int
nL
a
b
e
l
Se
t
,
int
n
C
op
i
e
s
O
f
Ea
c
h
l
a
b
e
l
)
;
Pa
r
a
m
e
t
e
r
s
nLabelSet
[in] Number of label sets (1 ~ 65535)
nCopiesOfEachLabel
[in] Number of copies of each label.
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.