Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/oleaut32/
H A Dusrmarshal.c773 LPSAFEARRAY lpsa, lpsa2, lpsa_copy; in test_marshal_VARIANT() local
1400 lpsa_copy = lpsa2 = SafeArrayCreate(VT_I8, 1, &sab); in test_marshal_VARIANT()
1410 ok(lpsa2 == lpsa_copy, "safearray should be reused\n"); in test_marshal_VARIANT()