[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            set_handles - set handle count

  Syntax              int set_handles(int handles);

  Prototype in        filehk.h

  Remarks             sets the handle count via DOS Function 0x67. If
                      more than 255 handles are specified (the maximum
                      allowable) set_handle tries to set the handle count
                      to 255.

  Return value        returns zero if execution was successful, a nonzero
                      error code otherwise.

  Note                This function requires DOS 3.3+.

  Example             #include <filehk.h>

                      main()
                      {
                           set_handles(127);
                      }


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson