FILE_DELETE_ON_CLOSE - NtDoc

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

/**
 * Delete the file when the last handle to it is passed to NtClose.
 * If this flag is set, the DELETE flag must be set in the DesiredAccess parameter.
 */
#define FILE_DELETE_ON_CLOSE                0x00001000

#endif

View code on GitHub

NtDoc

No description available.