Skip to content

Commit f9d995b

Browse files
Merge pull request #12972 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20240826-050705-2276295-ignore-build
[BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in Visual Studio documentation (part 4)
2 parents 0913e22 + d3bc354 commit f9d995b

9 files changed

+28
-21
lines changed

docs/debugger/debug-interface-access/idiasectioncontrib-get-write.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section can be modified."
2+
description: Retrieves a flag that indicates whether the section can be modified.
33
title: "IDiaSectionContrib::get_write"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_write
1617

1718
Retrieves a flag that indicates whether the section can be modified.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_write ( 
23+
HRESULT get_write (
2324
BOOL* pRetVal
2425
);
2526
```

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Retrieves data describing a section contribution, that is, a contiguous block of memory contributed to the image by a compiland."
3-
title: "IDiaSectionContrib"
2+
description: Retrieves data describing a section contribution, that is, a contiguous block of memory contributed to the image by a compiland.
3+
title: IDiaSectionContrib
44
ms.date: "07/18/2024"
55
ms.topic: "reference"
66
dev_langs:
@@ -12,15 +12,14 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib
1617

1718
Retrieves data describing a section contribution, that is, a contiguous block of memory contributed to the image by a compiland.
1819

1920
## Syntax
2021

21-
```
22-
IDiaSectionContrib : IUnknown
23-
```
22+
`IDiaSectionContrib : IUnknown`
2423

2524
## Methods in Vtable Order
2625

docs/debugger/debug-interface-access/idiasegment-get-addresssection.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the section number that maps to this segment."
2+
description: Retrieves the section number that maps to this segment.
33
title: "IDiaSegment::get_addressSection"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_addressSection
1617

1718
Retrieves the section number that maps to this segment.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_addressSection ( 
23+
HRESULT get_addressSection (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-execute.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the segment is executable."
2+
description: Retrieves a flag that indicates whether the segment is executable.
33
title: "IDiaSegment::get_execute"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_execute
1617

1718
Retrieves a flag that indicates whether the segment is executable.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_execute ( 
23+
HRESULT get_execute (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-frame.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the segment number."
2+
description: Retrieves the segment number.
33
title: "IDiaSegment::get_frame"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_frame
1617

1718
Retrieves the segment number.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_frame ( 
23+
HRESULT get_frame (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-length.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the number of bytes in the segment."
2+
description: Retrieves the number of bytes in the segment.
33
title: "IDiaSegment::get_length"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_length
1617

1718
Retrieves the number of bytes in the segment.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_ length ( 
23+
HRESULT get_ length (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-offset.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the offset, in segments, where the section begins."
2+
description: Retrieves the offset, in segments, where the section begins.
33
title: "IDiaSegment::get_offset"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_offset
1617

1718
Retrieves the offset, in segments, where the section begins.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_offset ( 
23+
HRESULT get_offset (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-read.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the segment can be read."
2+
description: Retrieves a flag that indicates whether the segment can be read.
33
title: "IDiaSegment::get_read"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_read
1617

1718
Retrieves a flag that indicates whether the segment can be read.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_read ( 
23+
HRESULT get_read (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasegment-get-relativevirtualaddress.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the relative virtual address (RVA) of the beginning of the section."
2+
description: Retrieves the relative virtual address (RVA) of the beginning of the section.
33
title: "IDiaSegment::get_relativeVirtualAddress"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSegment::get_relativeVirtualAddress
1617

1718
Retrieves the relative virtual address (RVA) of the beginning of the section.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_relativeVirtualAddress ( 
23+
HRESULT get_relativeVirtualAddress (
2324
DWORD* pRetVal
2425
);
2526
```

0 commit comments

Comments
 (0)