File tree Expand file tree Collapse file tree 9 files changed +27
-18
lines changed
docs/debugger/debug-interface-access Expand file tree Collapse file tree 9 files changed +27
-18
lines changed Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_notCached"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_notCached
16
17
17
18
Retrieves a flag that indicates whether the section cannot be cached.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_notCached (
23
+ HRESULT get_notCached (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_notPaged"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_notPaged
16
17
17
18
Retrieves a flag that indicates whether the section cannot be paged out of memory.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_notPaged (
23
+ HRESULT get_notPaged (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_read"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_read
16
17
17
18
Retrieves a flag that indicates whether the section can be read.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_read (
23
+ HRESULT get_read (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
2
- description : " Retrieves the image relative virtual address (RVA) of the contribution."
2
+ description : Retrieves the image relative virtual address (RVA) of the contribution.
3
3
title : " IDiaSectionContrib::get_relativeVirtualAddress"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_relativeVirtualAddress
16
17
17
18
Retrieves the image relative virtual address (RVA) of the contribution.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_relativeVirtualAddress (
23
+ HRESULT get_relativeVirtualAddress (
23
24
DWORD* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_relocationsCrc"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_relocationsCrc
16
17
17
18
Retrieves the cyclic redundancy check (CRC) of the relocation information for the section.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_relocationsCrc (
23
+ HRESULT get_relocationsCrc (
23
24
DWORD* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_remove"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_remove
16
17
17
18
Retrieves a flag that indicates whether the section is removed before it is made part of the in-memory image.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_remove (
23
+ HRESULT get_remove (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_share"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_share
16
17
17
18
Retrieves a flag that indicates whether the section can be shared in memory.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_share (
23
+ HRESULT get_share (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
title : " IDiaSectionContrib::get_uninitializedData"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_uninitializedData
16
17
17
18
Retrieves a flag that indicates whether the section contains uninitialized data.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_uninitializedData (
23
+ HRESULT get_uninitializedData (
23
24
BOOL* pRetVal
24
25
);
25
26
```
Original file line number Diff line number Diff line change 1
1
---
2
- description : " Retrieves the virtual address (VA) of the contribution."
2
+ description : Retrieves the virtual address (VA) of the contribution.
3
3
title : " IDiaSectionContrib::get_virtualAddress"
4
4
ms.date : " 11/04/2016"
5
5
ms.topic : " reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
12
12
manager : mijacobs
13
13
ms.subservice : debug-diagnostics
14
14
---
15
+
15
16
# IDiaSectionContrib::get_virtualAddress
16
17
17
18
Retrieves the virtual address (VA) of the contribution.
18
19
19
20
## Syntax
20
21
21
22
``` C++
22
- HRESULT get_virtualAddress (
23
+ HRESULT get_virtualAddress (
23
24
ULONGLONG* pRetVal
24
25
);
25
26
```
You can’t perform that action at this time.
0 commit comments