IoIsFileObjectIgnoringSharing - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

BOOLEAN IoIsFileObjectIgnoringSharing(
  PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-ioisfileobjectignoringsharing)

IoIsFileObjectIgnoringSharing function

Description

The IoIsFileObjectIgnoringSharing routine determines if a file object is set with the option to ignore file sharing access checks.

Parameters

FileObject

Pointer to a file object for the file.

Return value

TRUE if file sharing access checks are ignored. Otherwise, FALSE.

See also

IoSetFileObjectIgnoreSharing