Searched refs:m_pFormatEtc (Results 1 – 2 of 2) sorted by relevance
33 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()47 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()61 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()72 m_pFormatEtc = new FORMATETC; in OleWrapperAdviseSink()73 m_pFormatEtc->cfFormat = pFormatEtc->cfFormat; in OleWrapperAdviseSink()74 m_pFormatEtc->ptd = NULL; in OleWrapperAdviseSink()76 m_pFormatEtc->lindex = pFormatEtc->lindex; in OleWrapperAdviseSink()77 m_pFormatEtc->tymed = pFormatEtc->tymed; in OleWrapperAdviseSink()84 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()97 if ( m_pFormatEtc ) in ~OleWrapperAdviseSink()[all …]
37 FORMATETC* m_pFormatEtc; member in inprocserv::OleWrapperAdviseSink70 FORMATETC* GetFormatEtc() { return m_pFormatEtc; } in GetFormatEtc()
Completed in 7 milliseconds