Searched refs:CMyComBSTR (Results 1 – 3 of 3) sorted by relevance
83 class CMyComBSTR86 Z7_CLASS_NO_COPY(CMyComBSTR) in Z7_CLASS_NO_COPY() argument88 CMyComBSTR(): m_str(NULL) {} in Z7_CLASS_NO_COPY()89 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function135 CMyComBSTR& operator=(LPCOLESTR src)175 class CMyComBSTR_Wipe: public CMyComBSTR179 CMyComBSTR_Wipe(): CMyComBSTR() {} in Z7_CLASS_NO_COPY()
463 CMyComBSTR name; in AddMainProps()478 CMyComBSTR name; in AddRawProps()987 CMyComBSTR name; in Print_OpenArchive_Props()1004 CMyComBSTR name; in Print_OpenArchive_Props()
2104 CMyComBSTR password;