Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>getpbios()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETPBIOS()
 Determines if printing is through DOS or the BIOS
------------------------------------------------------------------------------
 Syntax

     GETPBIOS() --> nPrintMode

 Returns

     GETPBIOS() returns the setting made in SETPBIOS() as a numeric value
     between 0 and 3.

 Description

     This function allows you to determine the current setting for rerouting
     the printer through extended drivers.  If the function returns a value
     of 0, the print output is through DOS.  If the value is between 1 and 3,
     the output is through the BIOS on the corresponding printer.

 Example

     Determine the current setting:

     ? GETPBIOS()                        // 0  Output via DOS


See Also: SETPBIOS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson