Home
last modified time | relevance | path

Searched refs:pcNames (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/ole/
H A Doleobjw.cxx2206 unsigned int pcNames=0; in getFuncDesc() local
2208 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getFuncDesc()
2268 unsigned int pcNames=0; in getPropDesc() local
2270 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getPropDesc()
2413 unsigned int pcNames=0; in buildComTlbIndex() local
2414 … if( SUCCEEDED(pType->GetNames( funcDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex()
2438 unsigned int pcNames = 0; in buildComTlbIndex() local
2439 … if (SUCCEEDED(pType->GetNames(varDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex()