Skip to content

Commit 14c8e2b

Browse files
author
mikeblome
committed
mergo branch 'mb-issue-306' of github.com:mikeblome/cpp-docs-pr into mb-issue-306
merge remote commit
2 parents ba8e80d + bc3946b commit 14c8e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dotnet/overview-of-marshaling-in-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "dotnet"]
1414
---
1515
# Overview of Marshaling in C++
16-
In mixed mode, you sometimes must marshal your data between native and managed types. [!INCLUDE[vs_orcas_long](../atl/reference/includes/vs_orcas_long_md.md)] introduced the *marshaling library* to help you marshal and convert data in a simple way. The marshaling library is a set of functions and a `marshal_context` class that perform marshaling for common types. The library is defined in these headers in the **include/msclr** directory for your Visual Studio edition:
16+
In mixed mode, you sometimes must marshal your data between native and managed types. Visual Studio 2008 introduced the *marshaling library* to help you marshal and convert data in a simple way. The marshaling library consists of a set of functions and a `marshal_context` class that perform marshaling for common types. The library is defined in these headers in the **include/msclr** directory for your Visual Studio edition:
1717

1818
|Header|Description|
1919
|---------------|-----------------|
@@ -71,4 +71,4 @@ This example shows how to include the msclr directory in an include header decla
7171

7272
## See Also
7373
[C++ Support Library](../dotnet/cpp-support-library.md)
74-
[How to: Extend the Marshaling Library](../dotnet/how-to-extend-the-marshaling-library.md)
74+
[How to: Extend the Marshaling Library](../dotnet/how-to-extend-the-marshaling-library.md)

0 commit comments

Comments
 (0)