We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e39ca commit 203fba2Copy full SHA for 203fba2
docs/extensibility/debugger/reference/displaykind.md
@@ -19,19 +19,19 @@ Enumerates the valid values that represent the kinds of information to take from
19
```cpp
20
enum enum_DisplayKind
21
{
22
- DisplayKind_Value = 0x1,
23
- DisplayKind_Name = 0x2,
24
- DisplayKind_Type = 0x3,
+ DisplayKind_Value = 0x1,
+ DisplayKind_Name = 0x2,
+ DisplayKind_Type = 0x3,
25
};
26
typedef DWORD DisplayKind;
27
```
28
29
```csharp
30
public enum enum_DisplayKind
31
32
33
34
35
36
37
0 commit comments