Searched refs:tinfo (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/wshom.ocx/ |
H A D | wshom_main.c | 67 static HRESULT get_typeinfo_of_guid(const GUID *guid, ITypeInfo **tinfo) in get_typeinfo_of_guid() argument 74 return ITypeLib_GetTypeInfoOfGuid(typelib, guid, tinfo); in get_typeinfo_of_guid()
|
/reactos/dll/win32/scrrun/ |
H A D | scrrun.c | 140 static HRESULT get_typeinfo_of_guid(const GUID *guid, ITypeInfo **tinfo) in get_typeinfo_of_guid() argument 147 return ITypeLib_GetTypeInfoOfGuid(typelib, guid, tinfo); in get_typeinfo_of_guid()
|
/reactos/drivers/network/tcpip/ |
H A D | CMakeLists.txt | 32 tcpip/tinfo.c
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMergedFolder.cpp | 340 LocalPidlInfo * tinfo = (LocalPidlInfo *) DSA_GetItemPtr(m_hDsa, m_hDsaIndex); in Next() local 341 if (!tinfo) in Next() 344 LocalPidlInfo info = *tinfo; in Next()
|
/reactos/dll/win32/oleaut32/ |
H A D | typelib.c | 772 ITypeInfo *tinfo = NULL; in RegisterTypeLib() local 779 ITypeLib_GetTypeInfo(ptlib, tidx, &tinfo); in RegisterTypeLib() 792 if (tinfo) { in RegisterTypeLib() 794 ITypeInfo_GetTypeAttr(tinfo, &tattr); in RegisterTypeLib() 839 ITypeInfo_ReleaseTypeAttr(tinfo, tattr); in RegisterTypeLib() 842 ITypeInfo_Release(tinfo); in RegisterTypeLib() 11301 ITypeInfo *tinfo; in ICreateTypeInfo2_fnLayOut() local 11328 ITypeInfo_Release(tinfo); in ICreateTypeInfo2_fnLayOut() 11353 ITypeInfo_Release(tinfo); in ICreateTypeInfo2_fnLayOut() 11360 ITypeInfo_Release(tinfo); in ICreateTypeInfo2_fnLayOut() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/build/test/unit/ |
H A D | STATUS | 154 #6 0x402f7a55 in __cxa_throw (obj=0x0, tinfo=0x0, dest=0)
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | vartype.c | 330 static HRESULT WINAPI DummyDispatch_GetTypeInfo(IDispatch *iface, UINT tinfo, LCID lcid, ITypeInfo … in DummyDispatch_GetTypeInfo() argument
|
H A D | vartest.c | 170 static HRESULT WINAPI DummyDispatch_GetTypeInfo(IDispatch *iface, UINT tinfo, LCID lcid, ITypeInfo … in DummyDispatch_GetTypeInfo() argument
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | domdoc.c | 387 static HRESULT WINAPI response_GetTypeInfo(IResponse *iface, UINT ti, LCID lcid, ITypeInfo **tinfo) in response_GetTypeInfo() argument
|