PFILE_DISPOSITION_INFORMATION Struct Reference

Used as an argument to the ZwSetInformationFile routine. More...

#include <fileinfo.h>

Data Fields

BOOLEAN DeleteFile
 

Detailed Description

Used as an argument to the ZwSetInformationFile routine.

The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileDispositionInformation

Field Documentation

BOOLEAN PFILE_DISPOSITION_INFORMATION::DeleteFile

Indicates whether the operating system file should delete the file when the file is closed. Set this member to TRUE to delete the file when it is closed. Otherwise, set to FALSE. Setting this member to FALSE has no effect if the handle was opened with FILE_FLAG_DELETE_ON_CLOSE.


The documentation for this struct was generated from the following file: