windows::Wdk::System::SystemServices

Function IoCheckShareAccessEx

pub unsafe fn IoCheckShareAccessEx(
    desiredaccess: u32,
    desiredshareaccess: u32,
    fileobject: *mut FILE_OBJECT,
    shareaccess: *mut SHARE_ACCESS,
    update: bool,
    writepermission: Option<*const bool>,
) -> NTSTATUS