Searched refs:pcd (Results 1 – 4 of 4) sorted by relevance
227 codec_t** pcd; in TIFFUnRegisterCODEC() local229 for (pcd = ®isteredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC()231 *pcd = cd->next; in TIFFUnRegisterCODEC()
512 LRESULT DesktopBar::ProcessCopyData(COPYDATASTRUCT* pcd) in ProcessCopyData() argument515 if (pcd->dwData == 1) { in ProcessCopyData()516 TrayNotifyCDS* ptr = (TrayNotifyCDS*) pcd->lpData; in ProcessCopyData()
108 LRESULT ProcessCopyData(COPYDATASTRUCT* pcd);
265 derived const *pcd = pd; in manips() local278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 ); in manips()