Skip to content

Commit 56f086e

Browse files
Merge pull request #13384 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20241125-050804-3076166-ignore-build
[BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in Visual Studio documentation (part 6)
2 parents a42cdd3 + 1625b69 commit 56f086e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "grantri"
1212
manager: twhitney
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isWinRTPointer
1617

1718
Retrieves a flag indicating whether this is a WinRT pointer type.
1819

1920
## Syntax
2021

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_language
1617

1718
Retrieves the language of the source.
1819

1920
## Syntax
2021

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_length
1617

1718
Retrieves the number of bits or bytes of memory used by the object represented by this symbol.
1819

1920
## Syntax
2021

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_lexicalParent
1617

1718
Retrieves a reference to the lexical parent of the symbol.
1819

1920
## Syntax
2021

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_lexicalParentId
1617

1718
Retrieves the lexical parent identifier of the symbol.
1819

1920
## Syntax
2021

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

0 commit comments

Comments
 (0)