ReactOS 0.4.16-dev-117-g38f21f9
|
Public Attributes | |
DWORD | size |
union { | |
char ptr [1] | |
WCHAR str [1] | |
DWORD dwptr [1] | |
} | u |
DWORD bstr_t::dwptr[1] |
Definition at line 92 of file oleaut.c.
Referenced by SysFreeString().
char bstr_t::ptr[1] |
Definition at line 90 of file oleaut.c.
Referenced by SysAllocStringByteLen().
DWORD bstr_t::size |
Definition at line 88 of file oleaut.c.
Referenced by SysReAllocStringLen(), SysStringByteLen(), and SysStringLen().
WCHAR bstr_t::str[1] |
Definition at line 91 of file oleaut.c.
Referenced by SysAllocStringByteLen(), SysAllocStringLen(), and SysReAllocStringLen().
union { ... } bstr_t::u |
Referenced by SysAllocStringByteLen(), SysAllocStringLen(), SysFreeString(), and SysReAllocStringLen().