Searched refs:pbstr (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/glue/xpcom/
H A Dhelpers.cpp127 * @param pbstr old string to free
131 int SysReAllocString(BSTR *pbstr, const OLECHAR *psz) argument
133 if (!pbstr)
137 SysFreeString(*pbstr);
138 *pbstr = SysAllocString(psz);
146 * @param pbstr string to change the length of
147 * @param psz source string to copy into the adjusted pbstr
151 int SysReAllocStringLen(BSTR *pbstr, const OLECHAR *psz, unsigned int cch)
153 if (SysStringLen(*pbstr) > 0)
158 newBuffer = (unsigned int*)nsMemory::Realloc((void*)*pbstr,
[all...]
/vbox/include/VBox/com/
H A Dstring.h664 * @param pbstr Where to store a clone of the string.
667 HRESULT cloneToEx(BSTR *pbstr) const
669 if (!pbstr)
672 return bstr.detachToEx(pbstr);
H A Ddefs.h416 int SysReAllocString(BSTR *pbstr, const OLECHAR *psz);
417 int SysReAllocStringLen(BSTR *pbstr, const OLECHAR *psz, unsigned int cch);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml2.idl1031 [retval, out]BSTR *pbstr);
1037 [retval, out]BSTR *pbstr);
1044 [retval, out]BSTR *pbstr);
1051 [retval, out]BSTR *pbstr);
H A Dtom.idl244 HRESULT GetText([retval, out]BSTR *pbstr);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsxml2.idl1184 [retval, out]BSTR *pbstr);
1190 [retval, out]BSTR *pbstr);
1197 [retval, out]BSTR *pbstr);
1204 [retval, out]BSTR *pbstr);
H A Dmsxml6.idl1105 [retval, out]BSTR *pbstr);
1111 [retval, out]BSTR *pbstr);
1118 [retval, out]BSTR *pbstr);
1125 [retval, out]BSTR *pbstr);
H A Dtom.idl245 HRESULT GetText([retval, out]BSTR *pbstr);

Completed in 60 milliseconds