Lines Matching refs:m_pFuncDesc
83 FUNCDESC * m_pFuncDesc; member in ole_adapter::FuncDesc
88 m_pFuncDesc(NULL), in FuncDesc()
100 return m_pFuncDesc; in operator ->()
105 return & m_pFuncDesc; in operator &()
110 return m_pFuncDesc; in operator FUNCDESC*()
116 m_pFuncDesc = pDesc; in operator =()
117 return m_pFuncDesc; in operator =()
121 FUNCDESC* pDesc = m_pFuncDesc; in Detach()
122 m_pFuncDesc = NULL; in Detach()
128 if (m_pFuncDesc != NULL) in ReleaseFUNCDESC()
130 m_pTypeInfo->ReleaseFuncDesc(m_pFuncDesc); in ReleaseFUNCDESC()
132 m_pFuncDesc = NULL; in ReleaseFUNCDESC()