table of contents
other versions
- wheezy 1.4.1-4
SysStringByteLen(3w) | Wine API | SysStringByteLen(3w) |
NAME¶
SysStringByteLen (OLEAUT32.149)SYNOPSIS¶
UINT SysStringByteLen(
BSTR str
)
DESCRIPTION¶
Get the allocated length of a BSTR in bytes.PARAMS¶
str [In] BSTR to find the length of.RETURNS¶
The allocated length of str, or 0 if str is NULL.NOTES¶
See SysStringLen(3w), BSTR(3w).IMPLEMENTATION¶
Declared in "oleauto.h". Implemented in "dlls/oleaut32/oleaut.c". Debug channel "ole".Oct 2012 | Wine API |