Skip to content

Commit 8099965

Browse files
authored
Merge pull request #5797 from MicrosoftDocs/main
2/21/2025 AM Publish
2 parents 0dc6cfe + 346664c commit 8099965

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+274
-130
lines changed

docs/assembler/masm/dot-nolistif.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: .NOLISTIF"
32
title: ".NOLISTIF"
3+
description: "Learn more about: .NOLISTIF"
44
ms.date: "12/16/2019"
55
f1_keywords: [".NOLISTIF"]
66
helpviewer_keywords: [".NOLISTIF directive"]
7-
ms.assetid: 9243af7a-7221-4531-bbc3-281b6b292bfd
87
---
98
# .NOLISTIF
109

@@ -20,5 +19,5 @@ This is the default. Same as [.SFCOND](dot-sfcond.md).
2019

2120
## See also
2221

23-
[Directives reference](directives-reference.md)
22+
[Directives reference](directives-reference.md)\
2423
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/option-avxencoding-masm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "OPTION AVXENCODING"
3+
description: Describes how to select the preferred encoding of AVX instructions when more than one possibility will work
34
ms.date: "10/06/2020"
45
f1_keywords: ["avxencoding"]
56
helpviewer_keywords: ["OPTION AVXENCODING directive"]
6-
description: Describes how to select the preferred encoding of AVX instructions when more than one possibility will work
77
---
88
# OPTION AVXENCODING
99

@@ -47,7 +47,7 @@ The **`OPTION AVXENCODING`** directive is available in Visual Studio 2019 versio
4747

4848
### Example
4949

50-
This example uses `VPDPBUSD` and `VPMADDWD` instructions to illustrate how the **`AVXENCODING`** option works. `VPDPBUSD` was first defined to be encoded only with `EVEX`, and was later extended with a VEX-encoded form for platforms without AVX-512 support, while `VPMADDWD` was AVX and extended to AVX-512. The listing output from assembling the example shows how changing the **`AVXENCODING`** mode affects the object code generated for each instruction. The prefix for each instruction ends at the '/".
50+
This example uses `VPDPBUSD` and `VPMADDWD` instructions to illustrate how the **`AVXENCODING`** option works. `VPDPBUSD` was first defined to be encoded only with `EVEX`, and was later extended with a VEX-encoded form for platforms without AVX-512 support, while `VPMADDWD` was AVX and extended to AVX-512. The listing output from assembling the example shows how changing the **`AVXENCODING`** mode affects the object code generated for each instruction. The prefix for each instruction ends at the "/".
5151

5252
```asm
5353
00000000 62 F2 6D 08/ 50 vpdpbusd xmm1, xmm2, xmm3

docs/assembler/masm/purge.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: PURGE"
32
title: "PURGE"
3+
description: "Learn more about: PURGE"
44
ms.date: "12/16/2019"
55
f1_keywords: ["PURGE"]
66
helpviewer_keywords: ["PURGE directive"]
7-
ms.assetid: 1e7ec2bf-f123-4ff9-97de-28b512ade2f9
87
---
98
# PURGE
109

@@ -16,5 +15,5 @@ Deletes the specified macros from memory.
1615
1716
## See also
1817

19-
[Directives reference](directives-reference.md)
18+
[Directives reference](directives-reference.md)\
2019
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/subttl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: SUBTTL"
32
title: "SUBTTL"
3+
description: "Learn more about: SUBTTL"
44
ms.date: "12/16/2019"
55
f1_keywords: ["SUBTTL"]
66
helpviewer_keywords: ["SUBTTL directive"]
7-
ms.assetid: 927efadd-ec99-4de9-b64d-229bb2df3bf4
87
---
98
# SUBTTL
109

@@ -16,5 +15,5 @@ See [SUBTITLE](subtitle.md).
1615
1716
## See also
1817

19-
[Directives reference](directives-reference.md)
18+
[Directives reference](directives-reference.md)\
2019
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/atl-mfc-shared/reference/codesnippet/CPP/cfiledialog-class_3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void CMyClass::OnFileOpen()
22
{
33
// szFilters is a text string that includes two file name filters:
4-
// "*.my" for "MyType Files" and "*.*' for "All Files."
4+
// "*.my" for "MyType Files" and "*.*" for "All Files."
55
TCHAR szFilters[]= _T("MyType Files (*.my)|*.my|All Files (*.*)|*.*||");
66

77
// Create an Open dialog; the default file name extension is ".my".

docs/build-insights/reference/sdk/cpp-event-data-types/environment-variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
3838

3939
### Functions
4040

41-
[Name](#name)
41+
[Name](#name)\
4242
[Value](#value)
4343

4444
## <a name="environment-variable"></a> EnvironmentVariable

docs/build-insights/reference/sdk/cpp-event-data-types/event-group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The activity type contained in the group.
4242

4343
### Functions
4444

45-
[Back](#back)
46-
[begin](#begin)
47-
[end](#end)
48-
[Front](#front)
49-
[operator[]](#subscript-operator)
45+
[Back](#back)\
46+
[begin](#begin)\
47+
[end](#end)\
48+
[Front](#front)\
49+
[operator[]](#subscript-operator)\
5050
[Size](#size)
5151

5252
## <a name="back"></a> Back

docs/build-insights/reference/sdk/cpp-event-data-types/event-stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public:
3737

3838
### Functions
3939

40-
[Back](#back)
41-
[operator[]](#subscript-operator)
40+
[Back](#back)\
41+
[operator[]](#subscript-operator)\
4242
[Size](#size)
4343

4444
## <a name="back"></a> Back

docs/build-insights/reference/sdk/cpp-event-data-types/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public:
4343

4444
### Functions
4545

46-
[Data](#data)
46+
[Data](#data)\
4747
[EventId](#event-id)\
4848
[EventInstanceId](#event-instance-id)\
4949
[EventName](#event-name)\

docs/build-insights/reference/sdk/cpp-event-data-types/file-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
4848
4949
### Functions
5050
51-
[Path](#path)
51+
[Path](#path)\
5252
[Type](#type)
5353
5454
## <a name="file-input"></a> FileInput

docs/build-insights/reference/sdk/cpp-event-data-types/file-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
4848
4949
### Functions
5050
51-
[Path](#path)
51+
[Path](#path)\
5252
[Type](#type)
5353
5454
## <a name="file-output"></a> FileOutput

docs/build-insights/reference/sdk/cpp-event-data-types/force-inlinee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
3838

3939
### Functions
4040

41-
[Name](#name)
41+
[Name](#name)\
4242
[Size](#size)
4343

4444
## <a name="force-inlinee"></a> ForceInlinee

docs/build-insights/reference/sdk/cpp-event-data-types/invocation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Along with the inherited members from its [Activity](activity.md) base class, th
5050
5151
### Functions
5252
53-
[ToolPath](#tool-path)
54-
[ToolVersion](#tool-version)
55-
[ToolVersionString](#tool-version-string)
56-
[Type](#type)
53+
[ToolPath](#tool-path)\
54+
[ToolVersion](#tool-version)\
55+
[ToolVersionString](#tool-version-string)\
56+
[Type](#type)\
5757
[WorkingDirectory](#working-directory)
5858
5959
## <a name="invocation"></a> Invocation

docs/build-insights/reference/sdk/cpp-event-data-types/raw-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ If you don't want to convert ticks yourself, the `RawEvent` class provides membe
6767
[CPUTime](#cpu-time)\
6868
[Data](#data)\
6969
[Duration](#duration)\
70-
[EventId](#event-id)
71-
[EventInstanceId](#event-instance-id)
70+
[EventId](#event-id)\
71+
[EventInstanceId](#event-instance-id)\
7272
[EventName](#event-name)\
7373
[EventWideName](#event-wide-name)\
7474
[ExclusiveCPUTicks](#exclusive-cpu-ticks)\

docs/build-insights/reference/sdk/cpp-event-data-types/symbol-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
3838

3939
### Functions
4040

41-
[Key](#key)
41+
[Key](#key)\
4242
[Name](#name)
4343

4444
## <a name="key"></a> Key

docs/build-insights/reference/sdk/cpp-event-data-types/template-instantiation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Along with the inherited members from its [Activity](activity.md) base class, th
4848
4949
### Functions
5050
51-
[Kind](#kind)
52-
[PrimaryTemplateSymbolKey](#primary-template-symbol-key)
51+
[Kind](#kind)\
52+
[PrimaryTemplateSymbolKey](#primary-template-symbol-key)\
5353
[SpecializationSymbolKey](#specialization-symbol-key)
5454
5555
## <a name="kind"></a> Kind

docs/build-insights/reference/sdk/cpp-event-data-types/trace-info.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ If you don't want to convert ticks yourself, the `TraceInfo` class provides a me
4747

4848
### Functions
4949

50-
[Duration](#duration)
51-
[LogicalProcessorCount](#logical-processor-count)
52-
[StartTimestamp](#start-timestamp)
53-
[StopTimestamp](#stop-timestamp)
50+
[Duration](#duration)\
51+
[LogicalProcessorCount](#logical-processor-count)\
52+
[StartTimestamp](#start-timestamp)\
53+
[StopTimestamp](#stop-timestamp)\
5454
[TickFrequency](#tick-frequency)
5555

5656
## <a name="duration"></a> Duration

docs/build/creating-precompiled-header-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ int main( void )
346346

347347
[Compare header units, modules, and precompiled headers](compare-inclusion-methods.md)\
348348
[C/C++ building reference](reference/c-cpp-building-reference.md)\
349-
[MSVC compiler options](reference/compiler-options.md)
349+
[MSVC compiler options](reference/compiler-options.md)\
350350
[Overview of modules in C++](../cpp/modules-cpp.md)\
351351
[Tutorial: Import the C++ standard library using modules](../cpp/tutorial-import-stl-named-module.md)\
352352
[Walkthrough: Build and import header units in your Visual C++ projects](walkthrough-header-units.md)\

docs/build/vscpp-step-0-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ After the installer is installed, you can use it to customize your installation
6464

6565
1. Find the workload you want in the **Installing Visual Studio** screen.
6666

67-
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png":::
67+
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual Studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png":::
6868

6969
For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.
7070

docs/build/vscpp-step-1-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Visual Studio now knows to build your project to run in a console window. Next,
8181

8282
![View of the process to add a source file for HelloWorld.cpp.](media/vscpp-add-new-item.gif "Add a source file for HelloWorld.cpp")
8383

84-
Visual studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.
84+
Visual Studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.
8585

8686
[I ran into a problem.](#add-a-source-code-file-issues)
8787

docs/c-language/c-primary-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Primary expressions are the building blocks of more complex expressions. They ma
2323

2424
## See also
2525

26-
[Generic selection](generic-selection.md)
26+
[Generic selection](generic-selection.md)\
2727
[Operands and Expressions](../c-language/operands-and-expressions.md)

docs/c-language/static-assert-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Windows SDK 10.0.20348.0 (version 2104) or later. For more information on instal
7878
## See also
7979

8080
[`_STATIC_ASSERT` Macro](../c-runtime-library/reference/static-assert-macro.md)\
81-
[`assert` macro and `_assert` and `_wassert` functions](../c-runtime-library/reference/assert-macro-assert-wassert.md)
81+
[`assert` macro and `_assert` and `_wassert` functions](../c-runtime-library/reference/assert-macro-assert-wassert.md)\
8282
[`/std` (Specify language standard version)](../build/reference/std-specify-language-standard-version.md)

docs/c-runtime-library/is-isw-routines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: is, isw Routines"
32
title: "is, isw Routines"
3+
description: "Learn more about: is, isw Routines"
44
ms.date: 01/11/2022
55
helpviewer_keywords: ["is routines", "isw routines"]
66
---
@@ -15,7 +15,7 @@ helpviewer_keywords: ["is routines", "isw routines"]
1515
[`iscntrl`, `iswcntrl`, `_iscntrl_l`, `_iswcntrl_l`](./reference/iscntrl-iswcntrl-iscntrl-l-iswcntrl-l.md)\
1616
[`iscsym`, `iscsymf`, `__iscsym`, `__iswcsym`, `__iscsymf`, `__iswcsymf`, `_iscsym_l`, `_iswcsym_l`, `_iscsymf_l`, `_iswcsymf_l`](./reference/iscsym-functions.md)\
1717
[`_isctype`, `iswctype`, `_isctype_l`, `_iswctype_l`](./reference/isctype-iswctype-isctype-l-iswctype-l.md)\
18-
[`isdigit`, `iswdigit`, `_isdigit_l`, `_iswdigit_l`](./reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md)
18+
[`isdigit`, `iswdigit`, `_isdigit_l`, `_iswdigit_l`](./reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md)\
1919
[`isgraph`, `iswgraph`, `_isgraph_l`, `_iswgraph_l`](./reference/isgraph-iswgraph-isgraph-l-iswgraph-l.md)\
2020
[`isleadbyte`, `_isleadbyte_l`](./reference/isleadbyte-isleadbyte-l.md)\
2121
[`islower`, `iswlower`, `_islower_l`, `_iswlower_l`](./reference/islower-iswlower-islower-l-iswlower-l.md)\

docs/c-runtime-library/reference/exp2-exp2f-exp2l.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["exp2", "math/exp2", "exp2f", "math/exp2f", "exp2l", "math/exp2l"]
1010
helpviewer_keywords: ["exp2 function", "exp2f function", "exp2l function"]
11-
ms.assetid: 526e3e10-201a-4610-a886-533f44ece344
1211
---
1312
# `exp2`, `exp2f`, `exp2l`
1413

@@ -79,5 +78,5 @@ For more compatibility information, see [Compatibility](../compatibility.md).
7978
## See also
8079
8180
[Alphabetical function reference](crt-alphabetical-function-reference.md)\
82-
[`exp`, `expf`, `expl`](exp-expf.md)
81+
[`exp`, `expf`, `expl`](exp-expf.md)\
8382
[`log2`, `log2f`, `log2l`](log2-log2f-log2l.md)

docs/c-runtime-library/reference/longjmp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: longjmp"
32
title: "longjmp"
3+
description: "Learn more about: longjmp"
44
ms.date: "1/14/2021"
55
api_name: ["longjmp"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntoskrnl.exe"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["longjmp"]
1010
helpviewer_keywords: ["restoring stack environment and execution locale", "longjmp function"]
11-
ms.assetid: 0e13670a-5130-45c1-ad69-6862505b7a2f
1211
---
1312
# `longjmp`
1413

@@ -75,5 +74,5 @@ See the example for [`_fpreset`](fpreset.md).
7574

7675
## See also
7776

78-
[Process and environment control](../process-and-environment-control.md)
77+
[Process and environment control](../process-and-environment-control.md)\
7978
[`setjmp`](setjmp.md)

docs/c-runtime-library/vprintf-functions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: vprintf Functions"
32
title: "vprintf Functions"
3+
description: "Learn more about: vprintf Functions"
44
ms.date: "11/04/2016"
55
helpviewer_keywords: ["vprintf functions", "formatted text [C++]"]
6-
ms.assetid: 02ac7c51-eab1-4bf0-bf4c-77065e3fa744
76
---
87
# `vprintf` functions
98

@@ -17,7 +16,7 @@ Each of the `vprintf` functions takes a pointer to an argument list, then format
1716
[`_vprintf_p`, `_vprintf_p_l`, `_vwprintf_p`, `_vwprintf_p_l`](./reference/vprintf-p-vprintf-p-l-vwprintf-p-vwprintf-p-l.md)\
1817
[`vprintf_s`, `_vprintf_s_l`, `vwprintf_s`, `_vwprintf_s_l`](./reference/vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md)\
1918
[`_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l`](./reference/vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md)\
20-
[`_vsnprintf`, `_vsnwprintf`](./reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l.md)
19+
[`_vsnprintf`, `_vsnwprintf`](./reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l.md)\
2120
[`vsprintf`, `vswprintf`](./reference/vsprintf-vsprintf-l-vswprintf-vswprintf-l-vswprintf-l.md)\
2221
[`_vsprintf_p`, `_vsprintf_p_l`, `_vswprintf_p`, `_vswprintf_p_l`](./reference/vsprintf-p-vsprintf-p-l-vswprintf-p-vswprintf-p-l.md)\
2322
[`vsprintf_s`, `_vsprintf_s_l`, `vswprintf_s`, `_vswprintf_s_l`](./reference/vsprintf-s-vsprintf-s-l-vswprintf-s-vswprintf-s-l.md)

docs/code-quality/build-reliable-secure-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Remove the now-invalidated secrets from your source code, and replace them with
182182

183183
**Azure DevOps (AzDO)**
184184

185-
AzDO users can scan their code through GitHub Advanced Security for Azure DevOps (GHAzDO). GHAzDO also allows users to prevent secret exposures by enabling Push Protection on their repositories, catching potential exposures before they're ever leaked. For more information on how to detect hardcoded secrets in code in Azure DevOps, see *Secret Scanning for Github Advanced Security for Azure DevOps* in each of the following links:
185+
AzDO users can scan their code through GitHub Advanced Security for Azure DevOps (GHAzDO). GHAzDO also allows users to prevent secret exposures by enabling Push Protection on their repositories, catching potential exposures before they're ever leaked. For more information on how to detect hardcoded secrets in code in Azure DevOps, see *Secret Scanning for GitHub Advanced Security for Azure DevOps* in each of the following links:
186186

187187
- [GitHub advanced security for Azure DevOps](https://azure.microsoft.com/products/devops/github-advanced-security)
188188
- [Secret Scanning for GitHub Advanced Security for Azure DevOps](/azure/devops/repos/security/github-advanced-security-secret-scanning)

0 commit comments

Comments
 (0)