Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 8 |
| Minimum supported server |
Windows Server 2012 |
| Header |
|
See also