Skip to content

Commit 343af28

Browse files
Merge pull request #13139 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20240923-051158-1599803-ignore-build
[BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in Visual Studio documentation (part 6)
2 parents 905d672 + 8543433 commit 343af28

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the symbol corresponds to a group shared local variable in code compiled for a C++ AMP Accelerator."
2+
description: Retrieves a flag that indicates whether the symbol corresponds to a group shared local variable in code compiled for a C++ AMP Accelerator.
33
title: "IDiaSymbol::get_isAcceleratorGroupSharedLocal"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isAcceleratorGroupSharedLocal
1415

1516
Retrieves a flag that indicates whether the symbol corresponds to a group shared local variable in code compiled for a C++ AMP Accelerator.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the symbol corresponds to the definition range symbol for the tag component of a pointer variable in code compiled for a C++ AMP Accelerator."
2+
description: Retrieves a flag that indicates whether the symbol corresponds to the definition range symbol for the tag component of a pointer variable in code compiled for a C++ AMP Accelerator.
33
title: "IDiaSymbol::get_isAcceleratorPointerTagLiveRange"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isAcceleratorPointerTagLiveRange
1415

1516
Retrieves a flag that indicates whether the symbol corresponds to the *definition range symbol* for the tag component of a pointer variable in code compiled for a C++ AMP Accelerator. The definition range symbol is the location of a variable for a span of addresses.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a parallel_for_each call."
2+
description: Indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a parallel_for_each call.
33
title: "IDiaSymbol::get_isAcceleratorStubFunction"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isAcceleratorStubFunction
1415

1516
Indicates whether the symbol corresponds to a top-level function symbol for a shader compiled for an accelerator that corresponds to a `parallel_for_each` call.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that specifies whether the data symbol is part of an aggregate or collection of symbols; the compiler will treat aggregated symbols as separate entities, but they are really part of a single larger symbol."
2+
description: Retrieves a flag that specifies whether the data symbol is part of an aggregate or collection of symbols; the compiler will treat aggregated symbols as separate entities, but they are really part of a single larger symbol.
33
title: "IDiaSymbol::get_isAggregated"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isAggregated
1617

1718
Retrieves a flag that specifies whether the data symbol is part of an aggregate or collection of symbols; the compiler will treat aggregated symbols as separate entities, but they are really part of a single larger symbol.

docs/debugger/debug-interface-access/idiasymbol-get-isconstructorvirtualbase.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 indicating whether this is an instance constructor of a class with virtual base."
2+
description: Retrieves a flag indicating whether this is an instance constructor of a class with virtual base.
33
title: "IDiaSymbol::get_isConstructorVirtualBase"
44
ms.date: "07/09/2024"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "grantri"
1212
manager: twhitney
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isConstructorVirtualBase
1617

1718
Retrieves a flag indicating whether this is an instance constructor of a class with virtual base.
1819

1920
## Syntax
2021

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

0 commit comments

Comments
 (0)