Lines Matching refs:pStat
362 SCODE STDMETHODCALLTYPE COooFilter::GetChunk(STAT_CHUNK * pStat) in GetChunk() argument
386 pStat->idChunk = m_ulChunkID; in GetChunk()
387 pStat->breakType = CHUNK_NO_BREAK; in GetChunk()
388 pStat->flags = CHUNK_TEXT; in GetChunk()
389 pStat->locale = ChunkLCID; in GetChunk()
390 pStat->attribute.guidPropSet = guidStorage; in GetChunk()
391 pStat->attribute.psProperty.ulKind = PRSPEC_PROPID; in GetChunk()
392 pStat->attribute.psProperty.propid = PID_STG_CONTENTS; in GetChunk()
393 pStat->idChunkSource = m_ulChunkID; in GetChunk()
394 pStat->cwcStartSource = 0; in GetChunk()
395 pStat->cwcLenSource = 0; in GetChunk()
423 pStat->idChunk = m_ulChunkID; in GetChunk()
424 pStat->breakType = CHUNK_EOS; in GetChunk()
425 pStat->flags = CHUNK_VALUE; in GetChunk()
426 pStat->locale = GetSystemDefaultLCID(); in GetChunk()
427 pStat->attribute.guidPropSet = FMTID_SummaryInformation; in GetChunk()
428 pStat->attribute.psProperty.ulKind = PRSPEC_PROPID; in GetChunk()
429 pStat->attribute.psProperty.propid = m_pAttributes[m_ulPropertyNum].GetPropertyPropid(); in GetChunk()
430 pStat->idChunkSource = m_ulChunkID; in GetChunk()
431 pStat->cwcStartSource = 0; in GetChunk()
432 pStat->cwcLenSource = 0; in GetChunk()