The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HSTRING_BUFFER
A handle to a mutable string buffer that you can use to create an HSTRING.
typedef HANDLE HSTRING_BUFFER;
Remarks
HSTRING_BUFFER represents a string buffer that you can modify before converting it to an immutable HSTRING.
Call the WindowsPreallocateStringBuffer function to create an HSTRING_BUFFER. Call the WindowsPromoteStringBuffer to convert an HSTRING_BUFFER to an immutable HSTRING.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
Show: