Skip to content

Commit 0913e22

Browse files
status (#12971)
Co-authored-by: OpenPublishing.Build <[email protected]>
1 parent 14dd042 commit 0913e22

9 files changed

+27
-18
lines changed

docs/debugger/debug-interface-access/idiasectioncontrib-get-notcached.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 cannot be cached."
2+
description: Retrieves a flag that indicates whether the section cannot be cached.
33
title: "IDiaSectionContrib::get_notCached"
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_notCached
1617

1718
Retrieves a flag that indicates whether the section cannot be cached.
1819

1920
## Syntax
2021

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

docs/debugger/debug-interface-access/idiasectioncontrib-get-notpaged.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 cannot be paged out of memory."
2+
description: Retrieves a flag that indicates whether the section cannot be paged out of memory.
33
title: "IDiaSectionContrib::get_notPaged"
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_notPaged
1617

1718
Retrieves a flag that indicates whether the section cannot be paged out of memory.
1819

1920
## Syntax
2021

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

docs/debugger/debug-interface-access/idiasectioncontrib-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 section can be read."
2+
description: Retrieves a flag that indicates whether the section can be read.
33
title: "IDiaSectionContrib::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
# IDiaSectionContrib::get_read
1617

1718
Retrieves a flag that indicates whether the section 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/idiasectioncontrib-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 image relative virtual address (RVA) of the contribution."
2+
description: Retrieves the image relative virtual address (RVA) of the contribution.
33
title: "IDiaSectionContrib::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
# IDiaSectionContrib::get_relativeVirtualAddress
1617

1718
Retrieves the image relative virtual address (RVA) of the contribution.
1819

1920
## Syntax
2021

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the cyclic redundancy check (CRC) of the relocation information for the section."
2+
description: Retrieves the cyclic redundancy check (CRC) of the relocation information for the section.
33
title: "IDiaSectionContrib::get_relocationsCrc"
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_relocationsCrc
1617

1718
Retrieves the cyclic redundancy check (CRC) of the relocation information for the section.
1819

1920
## Syntax
2021

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

docs/debugger/debug-interface-access/idiasectioncontrib-get-remove.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 is removed before it is made part of the in-memory image."
2+
description: Retrieves a flag that indicates whether the section is removed before it is made part of the in-memory image.
33
title: "IDiaSectionContrib::get_remove"
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_remove
1617

1718
Retrieves a flag that indicates whether the section is removed before it is made part of the in-memory image.
1819

1920
## Syntax
2021

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

docs/debugger/debug-interface-access/idiasectioncontrib-get-share.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 shared in memory."
2+
description: Retrieves a flag that indicates whether the section can be shared in memory.
33
title: "IDiaSectionContrib::get_share"
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_share
1617

1718
Retrieves a flag that indicates whether the section can be shared in memory.
1819

1920
## Syntax
2021

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

docs/debugger/debug-interface-access/idiasectioncontrib-get-uninitializeddata.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 contains uninitialized data."
2+
description: Retrieves a flag that indicates whether the section contains uninitialized data.
33
title: "IDiaSectionContrib::get_uninitializedData"
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_uninitializedData
1617

1718
Retrieves a flag that indicates whether the section contains uninitialized data.
1819

1920
## Syntax
2021

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the virtual address (VA) of the contribution."
2+
description: Retrieves the virtual address (VA) of the contribution.
33
title: "IDiaSectionContrib::get_virtualAddress"
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_virtualAddress
1617

1718
Retrieves the virtual address (VA) of the contribution.
1819

1920
## Syntax
2021

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

0 commit comments

Comments
 (0)