pcbReqCount (PLONG) - input

      Address of the number to be added to the maximum number of file handles for the calling process.

      If pcbReqCount is positive, the maximum number of file handles is increased. If pcbReqCount is negative, the maximum number of file handles is decreased.

      The system treats a decrease in the maximum number of file handles as an advisory request that may or may not be granted; the system may track and defer such a request.

    pcbCurMaxFH (PULONG) - output

      Address of the variable to receive the new total number of allocated file handles.

    ulrc (APIRET) - returns

      Return Code.

      DosSetRelMaxFH returns one of the following values:

    • NO_ERROR

      For a full list of error codes, see Errors.


    [Back] [Next]