FILE_OPEN - NtDoc

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

/**
 * If the file already exists, open it instead of creating a new file.
 * If it does not, fail the request and do not create a new file.
 */
#define FILE_OPEN                           0x00000001

#endif

View code on GitHub

NtDoc

No description available.