DosSetFHandState

DosSetFHandState

EXTRN  DosSetFHandState:FAR
INCL_DOSFILEMGR     EQU 1

PUSH   WORD    FileHandle      ;File handle
PUSH   WORD    FileHandleState ;File handle state
CALL   DosSetFHandState

Returns WORD


[Back: DosSetDateTime]
[Next: DosSetFileInfo]