Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A DCMakeLists.txt27 recinfo.c
/reactos/modules/rostests/winetests/oleaut32/
H A Dvartest.c771 IRecordInfoImpl *recinfo; in test_VariantClear() local
898 recinfo->recordclear = 0; in test_VariantClear()
899 recinfo->ref = 2; in test_VariantClear()
900 recinfo->rec = rec; in test_VariantClear()
904 ok(recinfo->recordclear == 1, "got %d\n", recinfo->recordclear); in test_VariantClear()
905 ok(recinfo->ref == 1, "got %d\n", recinfo->ref); in test_VariantClear()
1041 recinfo->recordcopy = 0; in test_VariantCopy()
1042 recinfo->getsize = 0; in test_VariantCopy()
1043 recinfo->rec = rec; in test_VariantCopy()
1050 ok(recinfo->getsize == 1, "got %d\n", recinfo->recordclear); in test_VariantCopy()
[all …]
H A Dvartype.c5986 IRecordInfo *recinfo, *recinfo2, *recinfo3; in test_recinfo() local
6030 hr = GetRecordInfoFromTypeInfo(typeinfo, &recinfo); in test_recinfo()
6040 ret = IRecordInfo_IsMatchingType(recinfo, recinfo2); in test_recinfo()
6053 hr = IRecordInfo_GetSize(recinfo, &size); in test_recinfo()
6065 hr = IRecordInfo_RecordInit(recinfo, &teststruct); in test_recinfo()
6080 hr = IRecordInfo_RecordCopy(recinfo, &teststruct, &testcopy); in test_recinfo()
6090 hr = IRecordInfo_RecordClear(recinfo, &teststruct); in test_recinfo()
6093 hr = IRecordInfo_RecordClear(recinfo, &testcopy); in test_recinfo()
6102 hr = IRecordInfo_RecordCopy(recinfo, &teststruct, &testcopy); in test_recinfo()
6106 IRecordInfo_Release(recinfo); in test_recinfo()