REPAIR_SCOPE enumeration (ndattrib.h)

The REPAIR_SCOPE enumeration describes the scope of modification for a given repair.

Syntax

typedef enum tagREPAIR_SCOPE {
  RS_SYSTEM = 0,
  RS_USER,
  RS_APPLICATION,
  RS_PROCESS
} REPAIR_SCOPE, *PREPAIR_SCOPE;

Constants

 
RS_SYSTEM
Value: 0
The repair effect is system-wide.
RS_USER
The repair effect is user-specific.
RS_APPLICATION
The repair effect is application-specific.
RS_PROCESS
The repair effect is process-specific.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ndattrib.h