FILE_OVERWRITE - 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 and overwrite it.
 * If it does not, fail the request.
 */
#define FILE_OVERWRITE                      0x00000004

#endif

View code on GitHub

NtDoc

No description available.