FILE_CREATE - NtDoc

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

/**
 * If the file already exists, fail the request and do not create or open the given file.
 * If it does not, create the given file.
 */
#define FILE_CREATE                         0x00000002

#endif

View code on GitHub

NtDoc

No description available.