FILE_OVERWRITTEN - NtDoc

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

/**
 * An existing file was overwritten.
 */
#define FILE_OVERWRITTEN                0x00000003

#endif

View code on GitHub

NtDoc

No description available.