|
ReactOS 0.4.16-dev-2320-ge1853c6
|

Public Attributes | |
| struct hstring_header | header |
| LONG | refcount |
| WCHAR | buffer [1] |
| WCHAR hstring_private::buffer[1] |
Definition at line 44 of file string.c.
Referenced by alloc_string(), test_hstring_struct(), WindowsConcatString(), WindowsCreateString(), WindowsPreallocateStringBuffer(), and WindowsPromoteStringBuffer().
| struct hstring_header hstring_private::header |
Definition at line 42 of file string.c.
Referenced by alloc_string(), test_hstring_struct(), WindowsCompareStringOrdinal(), WindowsConcatString(), WindowsCreateStringReference(), WindowsDeleteString(), WindowsDuplicateString(), WindowsGetStringLen(), WindowsGetStringRawBuffer(), WindowsIsStringEmpty(), WindowsPromoteStringBuffer(), WindowsStringHasEmbeddedNull(), WindowsSubstring(), WindowsSubstringWithSpecifiedLength(), WindowsTrimStringEnd(), and WindowsTrimStringStart().
| LONG hstring_private::refcount |
Definition at line 43 of file string.c.
Referenced by alloc_string(), test_hstring_struct(), WindowsDeleteString(), WindowsDuplicateString(), and WindowsPromoteStringBuffer().