Skip to content

Commit 12dd609

Browse files
committed
Final review
1 parent ce4ac1b commit 12dd609

23 files changed

+37
-37
lines changed

docs/debugger/debug-interface-access/constants-debug-interface-access-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Constants (Debug Interface Access SDK)
33
description: See a list of string constants that can be used to identify various sections of a program debug database (PDB) file through the Debug Interface Access (DIA) SDK.
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/debug-interface-access-sdk-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: A complete reference to all of the interfaces and supporting enumerations and structures in the DIA SDK.
33
title: Debug Interface Access SDK Reference
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/enumerations-and-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: These are the enumerations and structures used by the DIA SDK.
33
title: Enumerations and Structures
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiadatasource-get-lasterror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Retrieves the file name for the last load error.
33
title: "IDiaDataSource::get_lastError"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiadatasource-loadandvalidatedatafrompdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Opens and verifies that the program database (.pdb) file matches the signature information provided, and prepares the .pdb file as a debug data source.
33
title: "IDiaDataSource::loadAndValidateDataFromPdb"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiadatasource-loaddataforexe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Opens and prepares the debug data associated with the .exe/.dll file.
33
title: "IDiaDataSource::loadDataForExe"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiadatasource-loaddatafromistream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Prepares the debug data stored in a program database (.pdb) file accessed through an in-memory data stream.
33
title: "IDiaDataSource::loadDataFromIStream"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiadatasource-loaddatafrompdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Opens and prepares a program database (.pdb) file as a debug data source.
33
title: "IDiaDataSource::loadDataFromPdb"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Initiates access to a source of debugging symbols.
33
title: IDiaDataSource
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiaenumsymbolsbyaddr-symbolbyaddr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Positions the enumerator by performing a lookup by image section number and offset.
33
title: "IDiaEnumSymbolsByAddr::symbolByAddr"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiaenumsymbolsbyaddr-symbolbyrva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Positions the enumerator by performing a lookup by relative virtual address (RVA).
33
title: "IDiaEnumSymbolsByAddr::symbolByRVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiaenumsymbolsbyaddr-symbolbyva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Positions the enumerator by performing a lookup by virtual address (VA).
33
title: "IDiaEnumSymbolsByAddr::symbolByVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiasession-findiloffsetsbyaddr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves an enumeration that allows a client to iterate through the MSIL offsets within a specified address range."
33
title: "IDiaSession::findILOffsetsByAddr"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiasession-findiloffsetsbyrva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves an enumeration that allows a client to iterate through the MSIL offsets within a specified relative virtual address (RVA) range."
33
title: "IDiaSession::findILOffsetsByRVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiasession-findiloffsetsbyva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves an enumeration that allows a client to iterate through the MSIL offsets within a specified virtual address (VA) range."
33
title: "IDiaSession::findILOffsetsByVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiasession-findlinesbyaddr.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves the lines in a specified compiland that contain a specified address."
33
title: "IDiaSession::findLinesByAddr"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"
@@ -12,7 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15-
# IDiaSession::findLinesByAddr
15+
# `IDiaSession::findLinesByAddr`
1616

1717
Retrieves the lines in a specified compiland that contain a specified address.
1818

@@ -42,7 +42,7 @@ HRESULT findLinesByAddr (
4242

4343
`ppResult`
4444

45-
[out] Returns an [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
45+
[out] Returns an [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
4646

4747
## Return Value
4848
If successful, returns `S_OK`; otherwise, returns an error code.
@@ -70,6 +70,6 @@ IDiaEnumLineNumbers* GetLineNumbersByAddr(IDiaSymbol *pFunc,
7070
```
7171
7272
## See also
73-
- [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
74-
- [IDiaSession](../../debugger/debug-interface-access/idiasession.md)
75-
- [IDiaSession::findLinesByVA](../../debugger/debug-interface-access/idiasession-findlinesbyva.md)
73+
- [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
74+
- [`IDiaSession`](../../debugger/debug-interface-access/idiasession.md)
75+
- [`IDiaSession::findLinesByVA`](../../debugger/debug-interface-access/idiasession-findlinesbyva.md)

docs/debugger/debug-interface-access/idiasession-findlinesbyrva.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves the lines in a specified compiland that contain a specified relative virtual address (RVA)."
33
title: "IDiaSession::findLinesByRVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"
@@ -12,7 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15-
# IDiaSession::findLinesByRVA
15+
# `IDiaSession::findLinesByRVA`
1616

1717
Retrieves the lines in a specified compiland that contain a specified relative virtual address (RVA).
1818

@@ -38,7 +38,7 @@ HRESULT findLinesByRVA ( 
3838

3939
`ppResult`
4040

41-
[out] Returns an [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
41+
[out] Returns an [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
4242

4343
## Return Value
4444
If successful, returns `S_OK`; otherwise, returns an error code.
@@ -63,5 +63,5 @@ IDiaEnumLineNumbers* GetLineNumbersByRVA(IDiaSymbol *pFunc, IDiaSession *pSessio
6363
```
6464
6565
## See also
66-
- [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
67-
- [IDiaSession](../../debugger/debug-interface-access/idiasession.md)
66+
- [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
67+
- [`IDiaSession`](../../debugger/debug-interface-access/idiasession.md)

docs/debugger/debug-interface-access/idiasession-findlinesbyva.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves the line number information for lines contained in a specified virtual address (VA) range."
33
title: "IDiaSession::findLinesByVA"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"
@@ -12,7 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15-
# IDiaSession::findLinesByVA
15+
# `IDiaSession::findLinesByVA`
1616

1717
Retrieves the line number information for lines contained in a specified virtual address (VA) range.
1818

@@ -38,7 +38,7 @@ HRESULT findLinesByVA (
3838

3939
`ppResult`
4040

41-
[out] Returns an [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
41+
[out] Returns an [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md) object that contains a list of all the line numbers that cover the specified address range.
4242

4343
## Example
4444
This example shows a function that obtains all line numbers contained in a function using the function's virtual address and length.
@@ -60,5 +60,5 @@ IDiaEnumLineNumbers *GetLineNumbersByVA(IDiaSymbol *pFunc, IDiaSession *pSession
6060
```
6161
6262
## See also
63-
- [IDiaEnumLineNumbers](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
64-
- [IDiaSession](../../debugger/debug-interface-access/idiasession.md)
63+
- [`IDiaEnumLineNumbers`](../../debugger/debug-interface-access/idiaenumlinenumbers.md)
64+
- [`IDiaSession`](../../debugger/debug-interface-access/idiasession.md)

docs/debugger/debug-interface-access/idiasymbol-get-issafebuffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves a flag that specifies whether the preprocesser directive for a safe buffer is used."
33
title: "IDiaSymbol::get_isSafeBuffers"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/idiasymbol-get-numberofmodifiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Retrieves the number of modifiers that are applied to the original type."
33
title: "IDiaSymbol::get_numberOfModifiers"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"
@@ -10,7 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13-
# IDiaSymbol::get_numberOfModifiers
13+
# `IDiaSymbol::get_numberOfModifiers`
1414

1515
Retrieves the number of modifiers that are applied to the original type.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Specifies the type of symbol."
33
title: "SymTagEnum"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

docs/debugger/debug-interface-access/thunk-ordinal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Designates thunk types."
33
title: "THUNK_ORDINAL"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Describes the variety of user-defined type (UDT)."
33
title: "UdtKind"
4-
ms.date: "11/04/2016"
4+
ms.date: "07/22/2024"
55
ms.topic: "reference"
66
dev_langs:
77
- "C++"

0 commit comments

Comments
 (0)