Searched refs:lpszSrc (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DPropVariant.h20 CPropVariant(LPCOLESTR lpszSrc);
32 CPropVariant& operator=(LPCOLESTR lpszSrc);
H A DPropVariant.cpp30 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) argument
33 *this = lpszSrc;
55 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) argument
60 bstrVal = ::SysAllocString(lpszSrc);
61 if (bstrVal == NULL && lpszSrc != NULL)

Completed in 71 milliseconds