FILE_RESERVE_OPFILTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif

View code on GitHub

NtDoc

No description available.