Skip to content

Commit c206458

Browse files
authored
Merge pull request #2564 from changeworld/patch-11
Delete unnecessary spaces
2 parents 46f8528 + b7eb591 commit c206458

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

docs/debugger/debug-interface-access/udtkind.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
title: "UdtKind | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
dev_langs:
5+
dev_langs:
66
- "C++"
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "UdtKind enumeration"
99
ms.assetid: 400b59b9-373c-42cb-aae1-570494214328
1010
author: "mikejo5000"
1111
ms.author: "mikejo"
1212
manager: jillfra
13-
ms.workload:
13+
ms.workload:
1414
- "multiple"
1515
---
1616
# 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)

0 commit comments

Comments
 (0)