Home
last modified time | relevance | path

Searched refs:LPCOLESTR (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariant.cpp30 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) in CPropVariant()
49 *this = (LPCOLESTR)bstrSrc; in operator =()
55 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) in operator =()
DPropVariant.h20 CPropVariant(LPCOLESTR lpszSrc);
32 CPropVariant& operator=(LPCOLESTR lpszSrc);
/external/lzma/CPP/Common/
DMyCom.h81 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) in StringToBstr()
92 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()
116 CMyComBSTR& operator=(LPCOLESTR src)
DMyWindows.h53 typedef const OLECHAR *LPCOLESTR; typedef