#ifndef _NTIOAPI_H
/**
* Allows an application to request a filter opportunistic lock to prevent other applications from
* getting share violations.
* If there are already open handles, the create request fails with STATUS_OPLOCK_NOT_GRANTED.
*/
#define FILE_RESERVE_OPFILTER 0x00100000
View code on GitHubNo description available.