You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows/hstring-class.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: "mblome"
16
16
manager: "ghogen"
17
17
---
18
18
# HString Class
19
-
Provides support for manipulating HSTRING handles.
19
+
A helper class for managing the lifetime of an HSTRING using the RAII pattern.
20
20
21
21
## Syntax
22
22
@@ -25,7 +25,7 @@ class HString;
25
25
```
26
26
27
27
## 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.
0 commit comments