Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当你打开一个文件时,CreateFile你可以设置它的共享模式(第三个参数)。
CreateFile
使用时有没有办法设置共享模式_open?可能是通过调用_setmode或类似的方式?我需要使用该FILE_SHARE_DELETE模式。
_open
_setmode
FILE_SHARE_DELETE
_fsopen、_sopen和类似的函数可以采用共享模式参数,但是这不支持FILE_SHARE_DELETE。如果您想要此共享模式,请使用CreateFile