_fsopen
函数程序
_fsopen是以流的形式打开指定文件并使该文件做好准备以进行后续的共享读写的函数
Opens a stream with file sharing.
filename
Name of the file to open.
mode
Type of access permitted.
shflag
Type of sharing allowed.
_SH_COMPAT
Sets Compatibility mode for 16-bit applications.
_SH_DENYNO
Permits read and write access.
_SH_DENYRD
Denies read access to the file.
_SH_DENYRW
Denies read and write access to the file.
_SH_DENYWR
Denies write access to the file.
参考资料
_fsopen、_wfsopen.游戏蛮牛C++ 用户文档.
最新修订时间:2024-02-19 09:25
目录
概述
参考资料