DosSetMaxFH

DosSetMaxFH

#define INCL_DOSFILEMGR

USHORT  rc = DosSetMaxFH(NumberHandles);

USHORT           NumberHandles; /* Number of file handles */

USHORT           rc;            /* return code */


[Back: DosSetFSInfo]
[Next: DosSetNmPHandState]