FILE_SUPERSEDED - NtDoc

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

//
// I/O status information values for NtCreateFile/NtOpenFile
//

/**
 * An existing file was deleted and a new file was created in its place.
 */
#define FILE_SUPERSEDED                 0x00000000

#endif

View code on GitHub

NtDoc

No description available.