mdz_utf16_capacity - maxdz-gmbh/mdz_unicode GitHub Wiki
Return string Capacity
in UTF-16
characters.
size_t mdz_utf16_capacity(const struct mdz_Utf16* pUtf16);
Parameter | Description |
---|---|
pUtf16 |
pointer to string returned by mdz_utf16_create() or mdz_utf16_create_attached()
|
Return | Description |
---|---|
SIZE_MAX |
if pUtf16 == NULL
|
Capacity |
otherwise |