diff --git a/PInvoke/Shared/WinError/Win32Error.Values.cs b/PInvoke/Shared/WinError/Win32Error.Values.cs index a8e7389f..49251612 100644 --- a/PInvoke/Shared/WinError/Win32Error.Values.cs +++ b/PInvoke/Shared/WinError/Win32Error.Values.cs @@ -9350,54 +9350,6 @@ namespace Vanara.PInvoke /// A device which does not exist was specified. public const uint ERROR_NO_SUCH_DEVICE = 433; - /// The version of the supplied content information is not supported. - public const uint PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED = 4050; - - /// The supplied content information is malformed. - public const uint PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO = 4051; - - /// The requested data cannot be found in local or peer caches. - public const uint PEERDIST_ERROR_MISSING_DATA = 4052; - - /// No more data is available or required. - public const uint PEERDIST_ERROR_NO_MORE = 4053; - - /// The supplied object has not been initialized. - public const uint PEERDIST_ERROR_NOT_INITIALIZED = 4054; - - /// The supplied object has already been initialized. - public const uint PEERDIST_ERROR_ALREADY_INITIALIZED = 4055; - - /// A shutdown operation is already in progress. - public const uint PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS = 4056; - - /// The supplied object has already been invalidated. - public const uint PEERDIST_ERROR_INVALIDATED = 4057; - - /// An element already exists and was not replaced. - public const uint PEERDIST_ERROR_ALREADY_EXISTS = 4058; - - /// Can not cancel the requested operation as it has already been completed. - public const uint PEERDIST_ERROR_OPERATION_NOTFOUND = 4059; - - /// Can not perform the requested operation because it has already been carried out. - public const uint PEERDIST_ERROR_ALREADY_COMPLETED = 4060; - - /// An operation accessed data beyond the bounds of valid data. - public const uint PEERDIST_ERROR_OUT_OF_BOUNDS = 4061; - - /// The requested version is not supported. - public const uint PEERDIST_ERROR_VERSION_UNSUPPORTED = 4062; - - /// A configuration value is invalid. - public const uint PEERDIST_ERROR_INVALID_CONFIGURATION = 4063; - - /// The SKU is not licensed. - public const uint PEERDIST_ERROR_NOT_LICENSED = 4064; - - /// PeerDist Service is still initializing and will be available shortly. - public const uint PEERDIST_ERROR_SERVICE_UNAVAILABLE = 4065; - /// Communication with one or more computers will be temporarily blocked due to recent errors. public const uint PEERDIST_ERROR_TRUST_FAILURE = 4066; }