#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
View code on GitHubNo description available.