Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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