Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/oleaut32/
H A Dtypelib.c6344 ITypeInfo *ptInfo; in test_dep() local
6411 hr = ITypeLib_GetTypeInfoOfGuid(ptLib, &ifaceguid, &ptInfo); in test_dep()
6414 hr = ITypeInfo_GetRefTypeOfImplType(ptInfo, 0, &refType); in test_dep()
6417 hr = ITypeInfo_GetRefTypeInfo(ptInfo, refType, &ptInfoExt); in test_dep()
6420 ITypeInfo_Release(ptInfo); in test_dep()