Searched refs:typeAttr (Results 1 – 1 of 1) sorted by relevance
2416 TypeAttr typeAttr(pType); in buildComTlbIndex() local2417 if( SUCCEEDED( pType->GetTypeAttr( &typeAttr))) in buildComTlbIndex()2419 for( long i= 0; i < typeAttr->cFuncs; i++) in buildComTlbIndex()2444 for (long i = 0; i < typeAttr->cVars; i++) in buildComTlbIndex()2507 TypeAttr typeAttr(spType.p); in getTypeInfo() local2508 if( SUCCEEDED(spType->GetTypeAttr( &typeAttr))) in getTypeInfo()2510 if (typeAttr->typekind == TKIND_INTERFACE && in getTypeInfo()2511 typeAttr->wTypeFlags & TYPEFLAG_FDUAL) in getTypeInfo()2527 else if (typeAttr->typekind == TKIND_DISPATCH) in getTypeInfo()
Completed in 28 milliseconds