#ifndef _NTIOAPI_H
/**
* Open a remote instance of a file object, rather than attempting to reuse or
* collapse it into an existing local or cached file object.
*/
#define FILE_OPEN_REMOTE_INSTANCE 0x00000400
View code on GitHubNo description available.