我正在将安全描述符传递给"CreateFile"函数,但如果该文件已经存在,它将被忽略。在CreateFile API中是否有可以强制写入安全属性的标志?我应该单独明确设置吗?怎样
您可以尝试CreateFile2
(http://msdn.microsoft.com/en-us/library/windows/desktop/hh449422%28v=vs.85%29.aspx)并通过CCD_ 2结构(http://msdn.microsoft.com/en-us/library/windows/desktop/hh449426%28v=vs.85%29.aspx),具体来看一下dwSecurityQosFlags
和lpSecurityAttributes
。