Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfsplclear()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSplClear()
Clears the SPOOLER
------------------------------------------------------------------------------
Syntax:

     dfSplClear() --> nError

Parameters:

     NONE

Returns:

     <nError> If 0, the spooler has been cleared
     
     +-----------------------+
     | # |Error              |
     |---+-------------------|
     |00h|Success            |
     |01h|Invalid Funcion    |
     |02h|File Not Found     |
     |03h|Path Not Found     |
     |04h|Out Of File Handles|
     |05h|Access Denied      |
     |08h|Print Queue Full   |
     |09h|Spooler Busy       |
     |0Ch|Name Too Long      |
     |0Fh|Invalid Drive      |
     +-----------------------+

Description:

     Clears the printer SPOOLER

Example:

     LOCAL aFile
     IF dfIsSpl()
        dfSplClear()                // Clear the SPOOLER
        dfSplFile( "\config.sys" )  // Put in the SPOOLER
        aFile := dfSplArr()         // Files in the SPOOLER
     ENDIF

See also:

     dfIsSpl(), dfSplFile()

See Also: dfIsSpl() dfSplFile()

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