ole_docinfo_from_type  391 ext/win32ole/win32ole.c static HRESULT ole_docinfo_from_type(ITypeInfo *pTypeInfo, BSTR *name, BSTR *helpstr, DWORD *helpcontext, BSTR *helpfile);
ole_docinfo_from_type 4600 ext/win32ole/win32ole.c     hr = ole_docinfo_from_type(pRefTypeInfo, &bstr, NULL, NULL, NULL);
ole_docinfo_from_type 5796 ext/win32ole/win32ole.c     hr = ole_docinfo_from_type(pTypeInfo, NULL, &bhelpstr, NULL, NULL);
ole_docinfo_from_type 5859 ext/win32ole/win32ole.c     hr = ole_docinfo_from_type(pTypeInfo, NULL, NULL, NULL, &bhelpfile);
ole_docinfo_from_type 5888 ext/win32ole/win32ole.c     hr = ole_docinfo_from_type(pTypeInfo, NULL, NULL, 
ole_docinfo_from_type 6853 ext/win32ole/win32ole.c         hr = ole_docinfo_from_type(pmethod->pTypeInfo, &name, NULL, NULL, NULL);