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