DosSetFHandState

DosSetFHandState

#define INCL_DOSFILEMGR

USHORT  rc = DosSetFHandState(FileHandle, FileHandleState);

HFILE            FileHandle;      /* File handle */
USHORT           FileHandleState; /* File handle state */

USHORT           rc;              /* return code */


[Back: DosSetDateTime]
[Next: DosSetFileInfo]