Expand Minimize
0 out of 1 rated this helpful - Rate this topic

C28243

Visual Studio 2012

warning C28243: The annotation for function on parameter requires more dereferences than the actual type annotated allows

The number of __deref operators on an annotation is more than the number of levels of pointer defined by the parameter type. Correct this warning by changing either the number in the annotation or the pointer levels of the parameter referenced.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.