ReactOS 0.4.15-dev-7928-g68a8619
bstr_t Struct Reference

Public Attributes

DWORD size
 
union {
   char   ptr [1]
 
   WCHAR   str [1]
 
   DWORD   dwptr [1]
 
u
 

Detailed Description

Definition at line 84 of file oleaut.c.

Member Data Documentation

◆ dwptr

DWORD bstr_t::dwptr[1]

Definition at line 92 of file oleaut.c.

Referenced by SysFreeString().

◆ ptr

char bstr_t::ptr[1]

Definition at line 90 of file oleaut.c.

Referenced by SysAllocStringByteLen().

◆ size

DWORD bstr_t::size

Definition at line 88 of file oleaut.c.

Referenced by SysReAllocStringLen(), SysStringByteLen(), and SysStringLen().

◆ str

WCHAR bstr_t::str[1]

Definition at line 91 of file oleaut.c.

Referenced by SysAllocStringByteLen(), SysAllocStringLen(), and SysReAllocStringLen().

◆ 


The documentation for this struct was generated from the following file: