Searched refs:typeinfo (Results 1 – 1 of 1) sorted by relevance
117 CVim() : ref(0), typeinfo(0) {}; in CVim()123 ITypeInfo *typeinfo; member in FINAL135 ITypeInfo *typeinfo = 0; in Create() local186 hr = typelib->GetTypeInfoOfGuid(MYIID, &typeinfo); in Create()198 me->typeinfo = typeinfo; in Create()204 if (typeinfo && vim_parent_hwnd == NULL) in ~CVim()205 typeinfo->Release(); in ~CVim()206 typeinfo = 0; in ~CVim()255 typeinfo->AddRef(); in GetTypeInfo()256 *ppITypeInfo = typeinfo; in GetTypeInfo()[all …]