// 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 referenceNo description available.
A SET_PURGE_FAILURE_MODE_INPUT structure is the input parameter for an FSCTL_SET_PURGE_FAILURE_MODE operation.
FlagsFlags 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 |