Searched defs:pbstrDst (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/com/
H A Dstring.h335 * @param pbstrDst The BSTR variable to detach the string to.
339 void detachTo(BSTR *pbstrDst) argument
343 *pbstrDst = m_bstr;
349 *pbstrDst = ::SysAllocString((const OLECHAR *)g_bstrEmpty);
351 if (!*pbstrDst)
361 * @param pbstrDst The BSTR variable to detach the string to.
364 HRESULT detachToEx(BSTR *pbstrDst) argument
368 *pbstrDst = m_bstr;
374 *pbstrDst = ::SysAllocString((const OLECHAR *)g_bstrEmpty);
375 if (!*pbstrDst)
[all...]

Completed in 1432 milliseconds