REFS_SET_ROLLBACK_PROTECTION_INFO_INPUT_BUFFER - NtDoc

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

typedef struct _REFS_SET_ROLLBACK_PROTECTION_INFO_INPUT_BUFFER {
  ULONG   Version;
  BOOLEAN FailMountOnMismatch;
  ULONG   CustomPayloadLength;
  ULONG   CustomPayloadOffset;
  BOOLEAN EnableRollbackProtection;
} REFS_SET_ROLLBACK_PROTECTION_INFO_INPUT_BUFFER, *PREFS_SET_ROLLBACK_PROTECTION_INFO_INPUT_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

Version

FailMountOnMismatch

CustomPayloadLength

CustomPayloadOffset

EnableRollbackProtection

Remarks

See also