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_DELETE Specifies the system should not delete a file.
  • FILE_DISPOSITION_DELETE Specifies the system should delete a file.
  • FILE_DISPOSITION_POSIX_SEMANTICS Specifies the system should perform a POSIX-style delete.
  • FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK Specifies the system should force an image section check.
  • FILE_DISPOSITION_ON_CLOSE Specifies if the system sets or clears the on-close state.

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