SET_PURGE_FAILURE_MODE_INPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _SET_PURGE_FAILURE_MODE_INPUT {
  ULONG Flags;
} SET_PURGE_FAILURE_MODE_INPUT, *PSET_PURGE_FAILURE_MODE_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-set_purge_failure_mode_input)

Description

A SET_PURGE_FAILURE_MODE_INPUT structure is the input parameter for an FSCTL_SET_PURGE_FAILURE_MODE operation.

Members

Flags

Flags for the operation. Can be one of the following values:

Value Meaning
SET_PURGE_FAILURE_MODE_ENABLED Enables purge failure mode
SET_PURGE_FAILURE_MODE_DISABLED Disables purge failure mode

See also

FSCTL_SET_PURGE_FAILURE_MODE