Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/propsys/
H A Dpropsys.c662 …PROPVARIANT empty, null, emptyarray, i2_0, i2_2, i4_large, i4_largeneg, i4_2, str_2, str_02, str_b; in test_PropVariantCompare() local
704 str_02.vt = VT_BSTR; in test_PropVariantCompare()
705 str_02.u.bstrVal = SysAllocString(str_02W); in test_PropVariantCompare()
769 res = PropVariantCompareEx(&i2_2, &str_02, 0, 0); in test_PropVariantCompare()
775 res = PropVariantCompareEx(&str_02, &i2_2, 0, 0); in test_PropVariantCompare()
778 res = PropVariantCompareEx(&str_02, &str_2, 0, 0); in test_PropVariantCompare()
781 res = PropVariantCompareEx(&str_02, &str_b, 0, 0); in test_PropVariantCompare()
784 res = PropVariantCompareEx(&str_2, &str_02, 0, 0); in test_PropVariantCompare()
842 SysFreeString(str_02.u.bstrVal); in test_PropVariantCompare()