Skip to content

Commit 3887700

Browse files
authored
Merge pull request MicrosoftDocs#1480 from citelao/patch-2
Add cross-links to official HSTRING docs
2 parents d224a75 + 6b6e628 commit 3887700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/hstring-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# HString Class
1616

17-
A helper class for managing the lifetime of an HSTRING using the RAII pattern.
17+
A helper class for managing the lifetime of an [HSTRING](/windows/desktop/WinRT/hstring) using the RAII pattern.
1818

1919
## Syntax
2020

@@ -24,7 +24,7 @@ class HString;
2424

2525
## Remarks
2626

27-
The Windows Runtime provides access to strings through HSTRING handles. The `HString` class provides convenience functions and operators to simplify using HSTRING handles. This class can handle the lifetime of the HSTRING it owns through an RAII pattern.
27+
The Windows Runtime provides access to strings through [HSTRING](/windows/desktop/WinRT/hstring) handles. The `HString` class provides convenience functions and operators to simplify using HSTRING handles. This class can handle the lifetime of the HSTRING it owns through an RAII pattern.
2828

2929
## Members
3030

0 commit comments

Comments
 (0)