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