FILE_OPEN_REMOTE_INSTANCE - NtDoc

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

#endif

View code on GitHub

NtDoc

No description available.