Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> capstart()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CapStart()
------------------------------------------------------------------------------
 Purpose:
 Start print capturing.

 Syntax:
 bResult = CapStart( iLPTNum )

 Parameters:
 iLPTNum The LPT device. 1=LPT1: 2=LPT2: 3=LPT3:

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 CapStart() returns TRUE if print capturing was started successfully
 on the specified LPT device iLPTNum.

 Returns FALSE if an error occurs and capturing was not started.

 Example:
 // To set up printer capturing on LPT1: and start the capture:
 if ( CapSetup( 1 ) )
    if ( CapStart( 1 ) )
       ?" Print capturing of LPT1: is now activated"
    endif
 endif

See Also: CapEnd() CapSetup() CapCancel() CapFSGet()

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