Warning C28216

The _Check_return_ annotation only applies to post-conditions for the specific function parameter.

The _Check_return_ annotation has been applied in a context other than __post; it may need a __post (or __drv_out) modifier, or it may be placed incorrectly.