SysStringByteLen (OLEAUT32.149)
UINT SysStringByteLen ( BSTR str )
Get the allocated length of a BSTR in bytes.
str | [In] | BSTR to find the length of. |
The allocated length of str, or 0 if str is NULL.
See SysStringLen, BSTR.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/oleaut.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/oleaut.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.