Lines Matching refs:cida
253 const MYWIN_CIDA *cida = (const MYWIN_CIDA *)dropLock.GetPointer();
254 if (!cida)
256 if (cida->cidl == 0)
262 if (cida->cidl >= (blockSize - (UInt32)sizeof(MYWIN_CIDA)) / sizeof(UINT))
264 const UInt32 start = cida->cidl * (UInt32)sizeof(UINT) + (UInt32)sizeof(MYWIN_CIDA);
269 const UINT offset = cida->aoffset[0];
280 LPCITEMIDLIST const lpcItem = (LPCITEMIDLIST)(const void *)((const Byte *)cida + offset);
304 names.ClearAndReserve(cida->cidl);
308 for (unsigned i = 1; i <= cida->cidl; i++)
310 const UINT offset = cida->aoffset[i];
313 const void *p = (const Byte *)(const void *)cida + offset;
345 ODS_(Print_Number(cida->cidl, "CFSTR_SHELLIDLIST END"))