Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - sethandlecount() changes the maximum number of available files http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetHandleCount()       Changes the maximum number of available files
--------------------------------------------------------------------------------

   Syntax:              SetHandleCount( <nHandles> )  --> <nHandlesAvailables>


   Parameters:

   <nHandles>           Specifies the number of a file handles the
                        application requires. This count can not be greater
                        than 255.

   Returns:

   <nHandlesAvailables> Is the number of handles availables to the
                        application.

   Observations:        By default, the number of available handles is
                        20.

   Sample:              SAMPLES\\AutoLay.prg

   Source code:         SOURCE\\WINAPI\\SetHandl.c


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