FILE_SUPERSEDE - NtDoc

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

/**
 * If the file already exists, replace it with the given file.
 * If it does not, create the given file.
 */
#define FILE_SUPERSEDE                      0x00000000

#endif

View code on GitHub

NtDoc

No description available.