Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ole.cpp117 CVim() : ref(0), typeinfo(0) {}; in CVim()
123 ITypeInfo *typeinfo; member in FINAL
135 ITypeInfo *typeinfo = 0; in Create() local
186 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 …]