Skip to content

Commit 5ff8166

Browse files
Updated C28160
Updated to the new format. Unsure what a useful example would be so leaving it out
1 parent a234f4a commit 5ff8166

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/code-quality/c28160.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
description: "Learn more about: C28160"
33
title: C28160
4-
ms.date: 11/04/2016
4+
ms.date: 09/08/2022
55
ms.topic: reference
6-
f1_keywords: ["C28160"]
6+
f1_keywords: ["C28160", "ERROR", "__WARNING_ERROR"]
77
helpviewer_keywords: ["C28160"]
88
ms.assetid: cab15f6b-909c-4cc8-81a0-c24ac7c91c7c
99
---
10-
# C28160
10+
# Warning C28160
1111

12-
> warning C28160: Error annotation
12+
> Error annotation: `\**reason*`
1313
14-
This warning is reported when a `__drv_error` annotation has been encountered. This annotation is used to flag coding practices that should be fixed, and can be used with a `__drv_when` annotation to indicate specific combinations of parameters.
14+
This warning is reported when a `__drv_error` annotation has been encountered.
15+
16+
## Remarks
17+
18+
This annotation is used to flag coding practices that should be fixed, and can be used with a `__drv_when` annotation to indicate specific combinations of parameters.
19+
20+
Code analysis name: ERROR

0 commit comments

Comments
 (0)