SET_PURGE_FAILURE_MODE_INPUT structure (ntifs.h)

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

Syntax

typedef struct _SET_PURGE_FAILURE_MODE_INPUT {
  ULONG Flags;
} SET_PURGE_FAILURE_MODE_INPUT, *PSET_PURGE_FAILURE_MODE_INPUT;

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

Requirements

Requirement Value
Minimum supported client Windows 8
Header ntifs.h

See also

FSCTL_SET_PURGE_FAILURE_MODE