Skip to content

Commit 038fd90

Browse files
authored
Merge pull request MicrosoftDocs#2587 from MicrosoftDocs/FromPublicMasterBranch
From public master branch
2 parents 328dbf9 + 2517b94 commit 038fd90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/vcpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can modify your clone of vcpkg in any way you like. You can create multiple
176176

177177
## Uninstall vcpkg
178178

179-
Just delete the directory.
179+
Just delete the vcpkg directory. Deleting this directory uninstalls the vcpkg distribution, and all the libraries that vcpkg has installed.
180180

181181
## Send feedback about vcpkg
182182

docs/cppcx/wrl/windows-runtime-cpp-template-library-wrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ A `WeakRef` object typically represents an object whose existence is controlled
141141
|-|-|
142142
|[Key APIs by Category](key-wrl-apis-by-category.md)|Highlights the primary Windows Runtime C++ Template Library types, functions, and macros.|
143143
|[Reference](wrl-reference.md)|Contains reference information for the Windows Runtime C++ Template Library.|
144-
|[Quick Reference C++/CX)](../../cppcx/quick-reference-c-cx.md)|Briefly describes the C++/CX features that support the Windows Runtime.|
144+
|[Quick Reference (C++/CX)](../../cppcx/quick-reference-c-cx.md)|Briefly describes the C++/CX features that support the Windows Runtime.|
145145
|[Using Windows Runtime Components in Visual C++](/windows/uwp/winrt-components/walkthrough-creating-a-basic-windows-runtime-component-in-cpp-and-calling-it-from-javascript-or-csharp)|Shows how to use C++/CX to create a basic Windows Runtime component.|

docs/dotnet/using-cpp-interop-implicit-pinvoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Explicit PInvoke is supported by the .NET Framework and is available in most .NE
2020

2121
## C++ Interop
2222

23-
C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke. However, C++ Interop is not possible if the unmanaged source code is not available.
23+
C++ Interop provides better type safety, and it is typically less tedious to implement. However, C++ Interop is not an option if the unmanaged source code is not available, or for cross-platform projects.
2424

2525
## C++ COM Interop
2626

0 commit comments

Comments
 (0)