Skip to main content

compatible

Function compatible 

Source
fn compatible(existing: &OpenMode, access: u32, share: u32) -> bool
Expand description

A new (access, share) open is compatible with an existing open when each side permits the other’s access through its share flags ([MS-FSA] §2.1.5.1).