Lines Matching refs:pInfo
164 CCPApplet::OnInquire(CPLINFO* pInfo) in OnInquire() argument
166 pInfo->idIcon = m_resourceId; in OnInquire()
167 pInfo->idName = m_resourceId; in OnInquire()
168 pInfo->idInfo = m_descId; in OnInquire()
169 pInfo->lData = reinterpret_cast<LONG>(this); in OnInquire()
180 CCPApplet::OnNewInquire(NEWCPLINFO* pInfo) in OnNewInquire() argument
182 DEBUG_UNUSED( pInfo ); in OnNewInquire()
329 LPCPLINFO pInfo = reinterpret_cast<LPCPLINFO>(lParam2); in OnCplMsg() local
330 lResult = applet->OnInquire(pInfo); in OnCplMsg()
336 LPNEWCPLINFO pInfo = reinterpret_cast<LPNEWCPLINFO>(lParam2); in OnCplMsg() local
337 lResult = applet->OnNewInquire(pInfo); in OnCplMsg()