Searched refs:CMyComBSTR (Results 1 – 5 of 5) sorted by relevance
87 class CMyComBSTR91 CMyComBSTR(): m_str(NULL) {} in CMyComBSTR() function92 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function95 CMyComBSTR(const CMyComBSTR& src) { m_str = src.MyCopy(); } in CMyComBSTR() function105 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()106 CMyComBSTR& operator=(const CMyComBSTR& src)116 CMyComBSTR& operator=(LPCOLESTR src)
225 CMyComBSTR name; in Init()517 CMyComBSTR name; in ListArchives()537 CMyComBSTR name; in ListArchives()
262 CMyComBSTR passwordBSTR; in Decode()
340 CMyComBSTR password; in UpdateItems()
853 CMyComBSTR password; in Update()