PFILE_DISPOSITION_INFORMATION_EX Struct Reference
Used as an argument to the ZwSetInformationFile routine. More...
#include <fileinfo.h>
Data Fields | |
| ULONG | Flags |
Detailed Description
Used as an argument to the ZwSetInformationFile routine.
The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileDispositionInformationEx
Field Documentation
| ULONG PFILE_DISPOSITION_INFORMATION_EX::Flags |
Specifies what action(s) the system should take with a specific file while deleting.
FILE_DISPOSITION_DO_NOT_DELETESpecifies the system should not delete a file.FILE_DISPOSITION_DELETESpecifies the system should delete a file.FILE_DISPOSITION_POSIX_SEMANTICSSpecifies the system should perform a POSIX-style delete.FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECKSpecifies the system should force an image section check.FILE_DISPOSITION_ON_CLOSESpecifies if the system sets or clears the on-close state.
The documentation for this struct was generated from the following file:

1.8.11