Inesoft
PrintCE SDK EVC++ |
C++ Syntax: long value = object.GetConnection();
eVB Syntax: value = object.ConnectionReturn Values
0 - if connection with a printer is successfully closed, or connection is lost
1 - in any other caseRemarks
It is useful to use this function when printing process takes a long period of time, that is to regularly check Connection property, and if Connection returns 0, cancel printing.
See Also
© 2009 Inesoft. All rights reserved.