FILE_OPEN_NO_RECALL - NtDoc

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

/**
 * Instructs any filters that perform offline storage or virtualization to not recall the contents of
 * the file as a result of this open.
 */
#define FILE_OPEN_NO_RECALL                 0x00400000

#endif

View code on GitHub

NtDoc

No description available.