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, BSTR.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/oleaut.c". https://source.winehq.org/source/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 Apr 2024.