DosSetMaxFH

DosSetMaxFH

EXTRN  DosSetMaxFH:FAR
INCL_DOSFILEMGR     EQU 1

PUSH   WORD    NumberHandles ;Number of file handles
CALL   DosSetMaxFH

Returns WORD


[Back: DosSetFSInfo]
[Next: DosSetNmPHandState]