Searched refs:CMyComBSTR (Results 1 – 5 of 5) sorted by relevance
82 class CMyComBSTR87 CMyComBSTR(): m_str(NULL) {} in CMyComBSTR() function88 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function91 CMyComBSTR(const CMyComBSTR& src) { m_str = src.MyCopy(); } in CMyComBSTR() function101 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()102 CMyComBSTR& operator=(const CMyComBSTR& src)112 CMyComBSTR& operator=(LPCOLESTR src)
419 CMyComBSTR name; in AddMainProps()434 CMyComBSTR name; in AddRawProps()1040 CMyComBSTR name; in ListArchives()1056 CMyComBSTR name; in ListArchives()
273 CMyComBSTR passwordBSTR; in Decode()
541 CMyComBSTR password; in UpdateItems()
927 CMyComBSTR password; in Update()