// // This is a GENERATED file. It should *not* be edited directly. // Changes should be made to the defectdefs.xml file // This file contains symbolic constants for warning numbers. // #pragma once enum EHResultCheckWarningCodes { WARNING_HRESULT_LIKELY_INCORRECT_USAGE = 33020, // Likely incorrect HRESULT usage detected. WARNING_HRESULT_USAGE_LOW_CONFIDENCE = 33022, // Potentially incorrect HRESULT usage detected (low confidence). }; #define ALL_HRESULTCHECK_WARNINGS 33020 33022