You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensibility/debugger/reference/metadata-address-field.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
description: "This structure represents the address of a field of a class or structure."
3
2
title: METADATA_ADDRESS_FIELD
3
+
description: "This structure represents the address of a field of a class or structure."
4
4
ms.date: 11/04/2016
5
5
ms.topic: reference
6
6
f1_keywords:
@@ -31,7 +31,7 @@ public struct METADATA_ADDRESS_FIELD {
31
31
```cpp
32
32
typedefstruct_tagMETADATA_ADDRESS_FIELD {
33
33
_mdToken tokField;
34
-
} METADATA_ADDRESS_FIELD
34
+
} METADATA_ADDRESS_FIELD;
35
35
```
36
36
---
37
37
@@ -44,7 +44,7 @@ The ID of the field token.
44
44
45
45
## Remarks
46
46
47
-
This structure is part of the union in the [DEBUG_ADDRESS_UNION](../../../extensibility/debugger/reference/debug-address-union.md) structure when the `dwKind` field of the `DEBUG_ADDRESS_UNION` structure is set to `ADDRESS_KIND_FIELD` (a value from the [ADDRESS_KIND](../../../extensibility/debugger/reference/address-kind.md) enumeration).
47
+
This structure is part of the union in the [DEBUG_ADDRESS_UNION](debug-address-union.md) structure when the `dwKind` field of the `DEBUG_ADDRESS_UNION` structure is set to `ADDRESS_KIND_FIELD` (a value from the [ADDRESS_KIND](address-kind.md) enumeration).
0 commit comments