FILE_DISALLOW_EXCLUSIVE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

/**
 * When opening an existing file, if FILE_SHARE_READ is not specified and file system access checks
 * would not grant the caller write access to the file, fail this open with STATUS_ACCESS_DENIED.
 * This was default behavior prior to Windows 7.
 */
#define FILE_DISALLOW_EXCLUSIVE             0x00020000

#endif

View code on GitHub

NtDoc

No description available.