C28022
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
warning C28022: The function class(es) <classlist1> on this function do not match the function class(es) <classlist2> on the typedef used to define it.
This warning is reported when there is an error in the annotations. Both the typedef and the function itself have _Function_class_
annotations, but they do not match. If both are used they must match.