Searched refs:lpsa_copy (Results 1 – 1 of 1) sorted by relevance
773 LPSAFEARRAY lpsa, lpsa2, lpsa_copy; in test_marshal_VARIANT() local1400 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()