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> capfsget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CapFSGet()
------------------------------------------------------------------------------
 Purpose:
 Get the capture file server.

 Syntax:
 lpszServer = CapFSGet( iLPTNum )

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

 Returns:
 A character string of length 48.

 Description:
 CapFSGet() returns the name of the file server to which the specified
 LPT port iLPTNum is being captured.

 Returns an empty string if an error occurs.

 Example:
 // To find out to which queue on which server LPT1: is being captured:
 if( CapActiveTst(1) )
    lpszServerName = CapFSGet(1)
    lpszQueuename = QueNmeGet( CapQueGet(1) )
    ? "LPT1: is being captured to queue ", lpszQueueName
    ??" on file server ", lpszServername
 endif

See Also: CapQueGet() / CapQueSet() FSPrefNmeGet() / FSPrefNmeSet()

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