Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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