The information in this article applies to:
SUMMARYThe text below provides a method for a C application to check the status of a printer before it attempts to write data to the printer. MORE INFORMATION
Even though the C language does not define a portable method to check
printer status, your application can retrieve this information using
routines in the ROM BIOS. To obtain status information, call the
_bios_printer() function, an interface to Interrupt 17H, Function 2,
or call the interrupt directly through the int86() functions. For more
information, see the online help file or the run-time library
reference manual provided with your compiler. REFERENCES
For more information about the ROM BIOS routines or interrupt
handlers, refer to one of the following two books from Microsoft
Press:
Additional query words: kbinf 6.00 6.00a 6.00ax 7.00 1.00 1.50
Keywords : kb16bitonly |
Last Reviewed: January 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |