File tree Expand file tree Collapse file tree 1 file changed +38
-38
lines changed
docs/debugger/debug-interface-access Expand file tree Collapse file tree 1 file changed +38
-38
lines changed Original file line number Diff line number Diff line change 2
2
title : " UdtKind | Microsoft Docs"
3
3
ms.date : " 11/04/2016"
4
4
ms.topic : " conceptual"
5
- dev_langs :
5
+ dev_langs :
6
6
- " C++"
7
- helpviewer_keywords :
7
+ helpviewer_keywords :
8
8
- " UdtKind enumeration"
9
9
ms.assetid : 400b59b9-373c-42cb-aae1-570494214328
10
10
author : " mikejo5000"
11
11
ms.author : " mikejo"
12
12
manager : jillfra
13
- ms.workload :
13
+ ms.workload :
14
14
- " multiple"
15
15
---
16
16
# UdtKind
17
- Describes the variety of user-defined type (UDT).
18
-
19
- ## Syntax
20
-
21
- ``` C++
22
- enum UdtKind {
23
- UdtStruct,
24
- UdtClass,
25
- UdtUnion,
26
- UdtInterface
27
- };
28
- ```
29
-
30
- ## Elements
31
- UdtStruct
32
- UDT is a structure.
33
-
34
- UdtClass
35
- UDT is a class.
36
-
37
- UdtUnion
38
- UDT is a union.
39
-
40
- UdtInterface
41
- UDT is an interface.
42
-
43
- ## Remarks
44
- The values in this enumeration are returned by the [ IDiaSymbol::get_udtKind] ( ../../debugger/debug-interface-access/idiasymbol-get-udtkind.md ) method.
45
-
46
- ## Requirements
47
- Header: cvconst.h
48
-
49
- ## See Also
50
- [ Enumerations and Structures] ( ../../debugger/debug-interface-access/enumerations-and-structures.md )
51
- [ IDiaSymbol::get_udtKind] ( ../../debugger/debug-interface-access/idiasymbol-get-udtkind.md )
17
+ Describes the variety of user-defined type (UDT).
18
+
19
+ ## Syntax
20
+
21
+ ``` C++
22
+ enum UdtKind {
23
+ UdtStruct,
24
+ UdtClass,
25
+ UdtUnion,
26
+ UdtInterface
27
+ };
28
+ ```
29
+
30
+ ## Elements
31
+ UdtStruct
32
+ UDT is a structure.
33
+
34
+ UdtClass
35
+ UDT is a class.
36
+
37
+ UdtUnion
38
+ UDT is a union.
39
+
40
+ UdtInterface
41
+ UDT is an interface.
42
+
43
+ ## Remarks
44
+ The values in this enumeration are returned by the [ IDiaSymbol::get_udtKind] ( ../../debugger/debug-interface-access/idiasymbol-get-udtkind.md ) method.
45
+
46
+ ## Requirements
47
+ Header: cvconst.h
48
+
49
+ ## See Also
50
+ [ Enumerations and Structures] ( ../../debugger/debug-interface-access/enumerations-and-structures.md )
51
+ [ IDiaSymbol::get_udtKind] ( ../../debugger/debug-interface-access/idiasymbol-get-udtkind.md )
You can’t perform that action at this time.
0 commit comments