Searched refs:m_FormatEtc (Results 1 – 2 of 2) sorted by relevance
84 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; in CFormatEtc()85 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in CFormatEtc()86 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in CFormatEtc()87 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in CFormatEtc()88 m_FormatEtc.tymed = theOther.m_FormatEtc.tymed; in CFormatEtc()101 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; in operator =()102 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in operator =()103 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()104 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in operator =()105 m_FormatEtc.tymed = theOther.m_FormatEtc.tymed; in operator =()[all …]
79 FORMATETC m_FormatEtc; member in CFormatEtc
Completed in 17 milliseconds