SysStringLen (OLEAUT32.7)
UINT SysStringLen ( BSTR str )
Get the allocated length of a BSTR in wide characters.
str | [In] | BSTR to find the length of. |
The allocated length of str, or 0 if str is NULL.
See BSTR. The returned length may be different from the length of the string as calculated by lstrlenW, since it returns the length that was used to allocate the string by SysAllocStringLen.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/oleaut.c". source.winehq.org/source/dlls/oleaut32/oleaut.c
Debug channel "ole".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.