windows::Wdk::Storage::FileSystem

Function ObOpenObjectByPointerWithTag

pub unsafe fn ObOpenObjectByPointerWithTag(
    object: *const c_void,
    handleattributes: u32,
    passedaccessstate: Option<*const ACCESS_STATE>,
    desiredaccess: u32,
    objecttype: Option<POBJECT_TYPE>,
    accessmode: i8,
    tag: u32,
    handle: *mut HANDLE,
) -> NTSTATUS