Skip to content

Commit 1fb058f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1550 from MicrosoftDocs/master637033871207062770
Fix git push error for protected CLA branch
2 parents 9a14584 + bdc78f1 commit 1fb058f

File tree

69 files changed

+134
-133
lines changed

Some content is hidden

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

69 files changed

+134
-133
lines changed

docs/atl/collection-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The following classes provide support for arrays, lists, maps, and also traits m
2525

2626
- [CComQIPtrElementTraits](../atl/reference/ccomqiptrelementtraits-class.md) This class provides methods, static functions, and typedefs useful when creating collections of COM interface pointers.
2727

28-
- [CComSafeArray](../atl/reference/ccomsafearray-class.md) This class is a wrapper for the [SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-tagsafearray) structure.
28+
- [CComSafeArray](../atl/reference/ccomsafearray-class.md) This class is a wrapper for the [SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-safearray) structure.
2929

30-
- [CComSafeArrayBound](../atl/reference/ccomsafearraybound-class.md) This class is a wrapper for a [SAFEARRAYBOUND](/windows/win32/api/oaidl/ns-oaidl-tagsafearraybound) structure.
30+
- [CComSafeArrayBound](../atl/reference/ccomsafearraybound-class.md) This class is a wrapper for a [SAFEARRAYBOUND](/windows/win32/api/oaidl/ns-oaidl-safearraybound) structure.
3131

3232
- [CComUnkArray](../atl/reference/ccomunkarray-class.md) This class stores **IUnknown** pointers and is designed to be used as a parameter to the [IConnectionPointImpl](../atl/reference/iconnectionpointimpl-class.md) template class.
3333

docs/atl/reference/catlfilemappingbase-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The mapping size. If 0, the maximum size of the file-mapping object is equal to
172172
The file offset where mapping is to begin. The offset value must be a multiple of the system's memory allocation granularity.
173173

174174
*dwMappingProtection*<br/>
175-
The protection desired for the file view when the file is mapped. See *flProtect* in [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappingw) in the Windows SDK.
175+
The protection desired for the file view when the file is mapped. See *flProtect* in [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappinga) in the Windows SDK.
176176

177177
*dwViewDesiredAccess*<br/>
178178
Specifies the type of access to the file view and, therefore, the protection of the pages mapped by the file. See *dwDesiredAccess* in [MapViewOfFileEx](/windows/win32/api/memoryapi/nf-memoryapi-mapviewoffileex) in the Windows SDK.
@@ -183,7 +183,7 @@ Returns S_OK on success, or an error HRESULT on failure.
183183

184184
### Remarks
185185

186-
After a file-mapping object has been created, the size of the file must not exceed the size of the file-mapping object; if it does, not all of the file's contents will be available for sharing. For more details, see [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappingw) and [MapViewOfFileEx](/windows/win32/api/memoryapi/nf-memoryapi-mapviewoffileex) in the Windows SDK.
186+
After a file-mapping object has been created, the size of the file must not exceed the size of the file-mapping object; if it does, not all of the file's contents will be available for sharing. For more details, see [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappinga) and [MapViewOfFileEx](/windows/win32/api/memoryapi/nf-memoryapi-mapviewoffileex) in the Windows SDK.
187187

188188
### Example
189189

@@ -215,7 +215,7 @@ The name of the mapping object.
215215
Points to a BOOL value that is set to TRUE if the mapping object already existed.
216216

217217
*lpsa*<br/>
218-
The pointer to a `SECURITY_ATTRIBUTES` structure that determines whether the returned handle can be inherited by child processes. See *lpAttributes* in [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappingw) in the Windows SDK.
218+
The pointer to a `SECURITY_ATTRIBUTES` structure that determines whether the returned handle can be inherited by child processes. See *lpAttributes* in [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappinga) in the Windows SDK.
219219

220220
*dwMappingProtection*<br/>
221221
The protection desired for the file view, when the file is mapped. See *flProtect* in `CreateFileMapping` in the Windows SDK.
@@ -229,7 +229,7 @@ Returns S_OK on success, or an error HRESULT on failure.
229229

230230
### Remarks
231231

232-
`MapShareMem` allows an existing file-mapping object, created by [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappingw), to be shared between processes.
232+
`MapShareMem` allows an existing file-mapping object, created by [CreateFileMapping](/windows/win32/api/winbase/nf-winbase-createfilemappinga), to be shared between processes.
233233

234234
## <a name="openmapping"></a> CAtlFileMappingBase::OpenMapping
235235

docs/atl/reference/ccomcurrency-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,5 +625,5 @@ Returns S_OK on success, or an error HRESULT on failure.
625625
## See also
626626

627627
[COleCurrency Class](../../mfc/reference/colecurrency-class.md)<br/>
628-
[CURRENCY](/windows/win32/api/wtypes/ns-wtypes-cy)<br/>
628+
[CURRENCY](/windows/win32/api/wtypes/ns-wtypes-cy~r1)<br/>
629629
[Class Overview](../../atl/atl-class-overview.md)

docs/atl/reference/ccomsafearray-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The type of data to be stored in the array.
7070

7171
## Remarks
7272

73-
`CComSafeArray` provides a wrapper for the [SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-tagsafearray) class, making it a simple matter to create and manage single- and multidimensional arrays of almost any of the VARIANT-supported types.
73+
`CComSafeArray` provides a wrapper for the [SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-safearray) class, making it a simple matter to create and manage single- and multidimensional arrays of almost any of the VARIANT-supported types.
7474

7575
`CComSafeArray` simplifies passing arrays between processes, and in addition provides extra security by checking array index values against upper and lower bounds.
7676

@@ -632,7 +632,7 @@ The *bCopy* flag is taken into account when elements of type BSTR or VARIANT are
632632

633633
## See also
634634

635-
[SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-tagsafearray)<br/>
635+
[SAFEARRAY Data Type](/windows/win32/api/oaidl/ns-oaidl-safearray)<br/>
636636
[CComSafeArray::Create](#create)<br/>
637637
[CComSafeArray::Destroy](#destroy)<br/>
638638
[Class Overview](../../atl/atl-class-overview.md)

docs/atl/reference/ccomsafearraybound-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: dd6299db-5f84-4630-bbf0-f5add5318437
77
---
88
# CComSafeArrayBound Class
99

10-
This class is a wrapper for a [SAFEARRAYBOUND](/windows/win32/api/oaidl/ns-oaidl-tagsafearraybound) structure.
10+
This class is a wrapper for a [SAFEARRAYBOUND](/windows/win32/api/oaidl/ns-oaidl-safearraybound) structure.
1111

1212
## Syntax
1313

docs/atl/reference/idataobjectimpl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Your class, derived from `IDataObjectImpl`.
4343

4444
## Remarks
4545

46-
The [IDataObject](/windows/win32/api/objidl/nn-objidl-idataobject) interface provides methods to support Uniform Data Transfer. `IDataObject` uses the standard format structures [FORMATETC](/windows/win32/api/objidl/ns-objidl-formatetc) and [STGMEDIUM](/windows/win32/api/objidl/ns-objidl-stgmedium) to retrieve and store data.
46+
The [IDataObject](/windows/win32/api/objidl/nn-objidl-idataobject) interface provides methods to support Uniform Data Transfer. `IDataObject` uses the standard format structures [FORMATETC](/windows/win32/api/objidl/ns-objidl-formatetc) and [STGMEDIUM](/windows/win32/api/objidl/ns-objidl-ustgmedium~r1) to retrieve and store data.
4747

4848
`IDataObject` also manages connections to advise sinks to handle data change notifications. In order for the client to receive data change notifications from the data object, the client must implement the [IAdviseSink](/windows/win32/api/objidl/nn-objidl-iadvisesink) interface on an object called an advise sink. When the client then calls `IDataObject::DAdvise`, a connection is established between the data object and the advise sink.
4949

docs/atl/reference/u-stringorid-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class _U_STRINGorID
3434

3535
## Remarks
3636

37-
This class is designed for implementing wrappers to the Windows resource management API such as the [FindResource](/windows/win32/api/winbase/nf-winbase-findresourcew), [LoadIcon](/windows/win32/api/winuser/nf-winuser-loadiconw), and [LoadMenu](/windows/win32/api/winuser/nf-winuser-loadmenuw) functions, which accept an LPCTSTR argument that may be either the name of a resource or its ID.
37+
This class is designed for implementing wrappers to the Windows resource management API such as the [FindResource](/windows/win32/api/winbase/nf-winbase-findresourcea), [LoadIcon](/windows/win32/api/winuser/nf-winuser-loadiconw), and [LoadMenu](/windows/win32/api/winuser/nf-winuser-loadmenuw) functions, which accept an LPCTSTR argument that may be either the name of a resource or its ID.
3838

3939
The class defines two constructor overloads: one accepts a LPCTSTR argument and the other accepts a UINT argument. The UINT argument is converted to a resource type compatible with Windows resource-management functions using the MAKEINTRESOURCE macro and the result stored in the class's single data member, [m_lpstr](#_u_stringorid__m_lpstr). The argument to the LPCTSTR constructor is stored directly without conversion.
4040

docs/build/reference/zc-inline-remove-unreferenced-comdat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "/Zc:inline (Remove unreferenced COMDAT)"
3-
ms.date: "03/01/2018"
3+
ms.date: "09/05/2019"
44
f1_keywords: ["/Zc:inline", "VC.Project.VCCLCompilerTool.RemoveUnreferencedCodeData"]
55
helpviewer_keywords: ["-Zc compiler options (C++)", "/Zc compiler options (C++)", "Zc compiler options (C++)", "/Zc:inline"]
66
ms.assetid: a4c94224-1d73-4bea-a9d5-4fa73dc924df
@@ -17,7 +17,7 @@ Removes unreferenced functions or data that are COMDATs or only have internal li
1717

1818
When **/Zc:inline** is specified, the compiler does not emit symbol information for unreferenced COMDAT functions or data, or for functions or data that have internal linkage only. This optimization simplifies some of the work performed by the linker in release builds or when the linker option [/OPT:REF](opt-optimizations.md) is specified. When the compiler performs this optimization, it can significantly reduce .obj file size and improve linker speeds. This compiler option is not enabled when optimizations are disabled ([/Od](od-disable-debug.md)) or when [/GL (Whole Program Optimization)](gl-whole-program-optimization.md) is specified.
1919

20-
By default, this option is off (**/Zc:inline-**). The [/permissive-](permissive-standards-conformance.md) option does not enable **/Zc:inline**.
20+
By default, this option is off (**/Zc:inline-**) in command-line builds. The [/permissive-](permissive-standards-conformance.md) option does not enable **/Zc:inline**. In MSBuild projects, the option is set by the **Configuration Properties** > **C/C++** > **Language** > **Remove unreferenced code and data** property, which is set to **Yes** by default.
2121

2222
If **/Zc:inline** is specified, the compiler enforces the C++11 requirement that all functions declared `inline` must have a definition available in the same translation unit if they are used. When the option is not specified, the Microsoft compiler allows non-conformant code that invokes functions declared `inline` even if no definition is visible. For more information, see the C++11 standard, in section 3.2 and section 7.1.2. This compiler option was introduced in Visual Studio 2013 Update 2.
2323

docs/c-runtime-library/file-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following Win32 functions also open files and pipes:
7272

7373
- [CreatePipe](/windows/win32/api/namedpipeapi/nf-namedpipeapi-createpipe)
7474

75-
- [CreateNamedPipe](/windows/win32/api/winbase/nf-winbase-createnamedpipew)
75+
- [CreateNamedPipe](/windows/win32/api/winbase/nf-winbase-createnamedpipea)
7676

7777
## See also
7878

docs/c-runtime-library/robustness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Use the following C run-time library functions to improve the robustness of your
2121
## See also
2222

2323
[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)<br/>
24-
[SetUnhandledExceptionFilter](/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter)<br/>
24+
[SetUnhandledExceptionFilter](/windows/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter)<br/>

docs/cppcx/array-and-writeonlyarray-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ In general, you should avoid exposing a `Platform::Array` type as a property in
8787
## See also
8888

8989
[Type System](../cppcx/type-system-c-cx.md)<br/>
90-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
90+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
9191
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/attributes-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ The next example shows how to define a custom attribute and then initialize it w
4040
## See also
4141

4242
[Type System (C++/CX)](../cppcx/type-system-c-cx.md)<br/>
43-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
43+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
4444
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/boxing-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ In a C# XAML client, you can consume it like this:
3434

3535
[Type System (C++/CX)](../cppcx/type-system-c-cx.md)<br/>
3636
[Casting (C++/CX)](../cppcx/casting-c-cx.md)<br/>
37-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
37+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
3838
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/building-apps-and-libraries-c-cx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ The topics in this section provide a few details about using the build system to
1515

1616
- [DLLs](../cppcx/dlls-c-cx.md)
1717

18-
Note: Visual C++ does not support profile guided optimizations for Universal Windows Platform. If you attempt to build a project with these options set in the IDE, a build error will result. Console applications are also not supported.
18+
>[!NOTE]
19+
>Visual Studio does not support profile guided optimizations for Universal Windows Platform. If you attempt to build a project with these options set in the IDE, a build error will result. Console applications are also not supported.

docs/cppcx/casting-c-cx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ComPtr<IInspectable> inspectable = reinterpret_cast<IInspectable*>(winRtObject);
8686
// ...
8787
```
8888

89-
If you use **reinterpret_cast** to convert from oneWindows Runtime interface to another, you cause the object to be released twice. Therefore, only use this cast when you are converting to a non-Visual C++ component extensions interface.
89+
If you use **reinterpret_cast** to convert from oneWindows Runtime interface to another, you cause the object to be released twice. Therefore, only use this cast when you are converting to a non-C++ component extensions interface.
9090

9191
## ABI types
9292

@@ -116,5 +116,5 @@ The following table summarizes the cases in which it is safe to use **reinterpre
116116
## See also
117117

118118
- [Type System](../cppcx/type-system-c-cx.md)
119-
- [Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)
119+
- [C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)
120120
- [Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/clr-integration-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following lists show value structs that support new constructors and helper
5959

6060
## Mapping the CLR to C++/CX
6161

62-
When the Visual C++ or C# compilers read a .winmd file, they automatically map certain types in the metadata file to appropriate C++/CX or CLR types. For example, in the CLR, the IVector\<T> interface is mapped to IList\<T>. But in C++/CX, the IVector\<T> interface is not mapped to another type.
62+
When the Microsoft C++ or C# compilers read a .winmd file, they automatically map certain types in the metadata file to appropriate C++/CX or CLR types. For example, in the CLR, the IVector\<T> interface is mapped to IList\<T>. But in C++/CX, the IVector\<T> interface is not mapped to another type.
6363

6464
IReference\<T> in the Windows Runtime maps to Nullable\<T> in .NET.
6565

docs/cppcx/collections-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ The [Windows::Foundation::Collections::VectorChangedEventHandler](/uwp/api/windo
140140
## See also
141141
142142
[Type System](../cppcx/type-system-c-cx.md)<br/>
143-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
143+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
144144
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/default-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ All built-in types inherit the following members.
4646

4747
## See also
4848

49-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)
49+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)

docs/cppcx/delegates-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ If you are familiar with event handlers in .NET, you know that the recommended p
127127
## See also
128128

129129
[Type System](../cppcx/type-system-c-cx.md)<br/>
130-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
130+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
131131
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/deprecating-types-and-members-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ The following table lists the constructs to which the Deprecated attribute may b
5151
## See also
5252

5353
[Type System](../cppcx/type-system-c-cx.md)<br/>
54-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
54+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
5555
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/dlls-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more information, see [Creating Windows Runtime Components in C++](/windows/
1717

1818
1. Open the shortcut menu for the project that will use the DLL and then choose **Properties**. On the **Common Properties** page, choose the **Add New Reference** button.
1919

20-
1. A Windows Runtime component consists of a DLL file and a .winmd file that contains the metadata. Typically, these files are located in the same folder. In the left pane of the **Add Reference** dialog box, choose the **Browse** button and then navigate to the location of the DLL and its .winmd file. For more information, see [Extension SDKs](/visualstudio/extensibility/creating-a-software-development-kit#ExtensionSDKs).
20+
1. A Windows Runtime component consists of a DLL file and a .winmd file that contains the metadata. Typically, these files are located in the same folder. In the left pane of the **Add Reference** dialog box, choose the **Browse** button and then navigate to the location of the DLL and its .winmd file. For more information, see [Extension SDKs](/visualstudio/extensibility/creating-a-software-development-kit#extension-sdks).
2121

2222
## Standard DLLs
2323

docs/cppcx/enums-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ The next example shows how to cast to numeric equivalents, and perform compariso
3434
## See also
3535

3636
[Type System](../cppcx/type-system-c-cx.md)<br/>
37-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
37+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
3838
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/events-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ The order in which the event source invokes event handlers on event receivers is
5656

5757
[Type System](../cppcx/type-system-c-cx.md)<br/>
5858
[Delegates](../cppcx/delegates-c-cx.md)<br/>
59-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
59+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
6060
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/exceptions-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ C++/CX does not use the `finally` clause.
9797

9898
## See also
9999

100-
[Visual C++ Language Reference](visual-c-language-reference-c-cx.md)<br/>
100+
[C++/CX Language Reference](visual-c-language-reference-c-cx.md)<br/>
101101
[Namespaces Reference](namespaces-reference-c-cx.md)

docs/cppcx/interfaces-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ Here's how Windows Runtime types can be used to author a generic interface:
9292
## See also
9393

9494
[Type System](../cppcx/type-system-c-cx.md)<br/>
95-
[Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
95+
[C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)<br/>
9696
[Namespaces Reference](../cppcx/namespaces-reference-c-cx.md)

docs/cppcx/interoperating-with-other-languages-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This part of the documentation describes how to use C++/CX to author Windows Run
1515

1616
- [WRL integration](../cppcx/wrl-integration-c-cx.md)
1717

18-
- [Visual C++ Language Reference](../cppcx/visual-c-language-reference-c-cx.md)
18+
- [C++/CX Language Reference](../cppcx/visual-c-language-reference-c-cx.md)

0 commit comments

Comments
 (0)