namespace NvAPIWrapper.Native.GPU { /// /// Holds a list of possible ECC memory configurations /// public enum ECCConfiguration : uint { /// /// ECC memory configurations are not supported /// NotSupported = 0, /// /// Changes require a POST to take effect /// Deferred, /// /// Changes can optionally be made to take effect immediately /// Immediate } }