FILE_OPEN_IF - 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.
 * If it does not, create the given file.
 */
#define FILE_OPEN_IF                        0x00000003

#endif

View code on GitHub

NtDoc

No description available.