Skip to content

Commit 6c60246

Browse files
mikeblomeColin Robertson
authored andcommitted
OSbug 8956400 (#380)
1 parent 57de826 commit 6c60246

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
@@ -16,7 +16,7 @@ ms.author: "mblome"
1616
manager: "ghogen"
1717
---
1818
# HString Class
19-
Provides support for manipulating HSTRING handles.
19+
A helper class for managing the lifetime of an HSTRING using the RAII pattern.
2020

2121
## Syntax
2222

@@ -25,7 +25,7 @@ class HString;
2525
```
2626

2727
## Remarks
28-
The Windows Runtime provides access to strings through HSTRING handles. The HString class provides convenience functions and operators to simplify using HSTRING handles.
28+
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.
2929

3030
## Members
3131

0 commit comments

Comments
 (0)