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 cb174cc commit 1d272dbCopy full SHA for 1d272db
docs/extensibility/debugger/reference/dwtype-kind.md
@@ -20,19 +20,19 @@ Specifies how to interpret the type of an [IDebugField](../../../extensibility/d
20
21
```cpp
22
enum enum_dwTYPE_KIND {
23
- TYPE_KIND_METADATA = 0x0001,
24
- TYPE_KIND_PDB = 0x0002,
25
- TYPE_KIND_BUILT = 0x0003,
+ TYPE_KIND_METADATA = 0x0001,
+ TYPE_KIND_PDB = 0x0002,
+ TYPE_KIND_BUILT = 0x0003,
26
};
27
28
typedef DWORD dwTYPE_KIND;
29
```
30
31
```csharp
32
public enum enum_dwTYPE_KIND {
33
34
35
36
37
38
0 commit comments