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
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.
18
18
19
19
## Syntax
20
20
@@ -24,7 +24,7 @@ class HString;
24
24
25
25
## Remarks
26
26
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.
0 commit comments