#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
View code on GitHubNo description available.