C28210
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 28210: Annotations for the _On_failure_
context must not be in explicit pre context
Annotations _On_failure_
must be explicitly or implicitly indicated in __post
context, that is, to be applied after the function returns. Use _drv_out
to ensure this.