File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
docs/debugger/debug-interface-access Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,26 @@ Specifies the symbol's basic type.
20
20
21
21
``` C++
22
22
enum BasicType {
23
- btNoType = 0,
24
- btVoid = 1,
25
- btChar = 2,
26
- btWChar = 3,
27
- btInt = 6,
28
- btUInt = 7,
29
- btFloat = 8,
30
- btBCD = 9,
31
- btBool = 10,
32
- btLong = 13,
33
- btULong = 14,
34
- btCurrency = 25,
35
- btDate = 26,
36
- btVariant = 27,
37
- btComplex = 28,
38
- btBit = 29,
39
- btBSTR = 30,
40
- btHresult = 31,
41
- btChar16 = 32, // char16_t
42
- btChar32 = 33, // char32_t
23
+ btNoType = 0,
24
+ btVoid = 1,
25
+ btChar = 2,
26
+ btWChar = 3,
27
+ btInt = 6,
28
+ btUInt = 7,
29
+ btFloat = 8,
30
+ btBCD = 9,
31
+ btBool = 10,
32
+ btLong = 13,
33
+ btULong = 14,
34
+ btCurrency = 25,
35
+ btDate = 26,
36
+ btVariant = 27,
37
+ btComplex = 28,
38
+ btBit = 29,
39
+ btBSTR = 30,
40
+ btHresult = 31,
41
+ btChar16 = 32, // char16_t
42
+ btChar32 = 33, // char32_t
43
43
};
44
44
```
45
45
You can’t perform that action at this time.
0 commit comments