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

/external/lzma/CPP/Windows/
H A DPropVariant.cpp54 CPropVariant::CPropVariant(BSTR bstrSrc) argument
57 *this = bstrSrc;
77 CPropVariant& CPropVariant::operator=(BSTR bstrSrc) argument
79 *this = (LPCOLESTR)bstrSrc;

Completed in 1255 milliseconds