Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/propsys/
H A Dpropsys.c1483 SAFEARRAYBOUND sabound; in test_PropVariantToBuffer() local
1520 sabound.lLbound = 0; in test_PropVariantToBuffer()
1521 sabound.cElements = sizeof(data); in test_PropVariantToBuffer()
1523 sa = SafeArrayCreate(VT_UI1, 1, &sabound); in test_PropVariantToBuffer()
1540 sabound.lLbound = 0; in test_PropVariantToBuffer()
1541 sabound.cElements = sizeof(data); in test_PropVariantToBuffer()
1543 sa = SafeArrayCreate(VT_UI1, 1, &sabound); in test_PropVariantToBuffer()
1568 sabound.lLbound = 0; in test_PropVariantToBuffer()
1569 sabound.cElements = sizeof(data_int8); in test_PropVariantToBuffer()
1571 sa = SafeArrayCreate(VT_I1, 1, &sabound); in test_PropVariantToBuffer()
/reactos/modules/rostests/winetests/ole32/
H A Dpropvariant.c358 SAFEARRAYBOUND sabound; in test_copy() local
402 sabound.lLbound = 0; in test_copy()
403 sabound.cElements = 2; in test_copy()
404 sa = SafeArrayCreate(VT_UNKNOWN, 1, &sabound); in test_copy()
/reactos/dll/directx/wine/devenum/
H A Dcreatedevenum.c384 SAFEARRAYBOUND sabound; in write_filter_data() local
396 sabound.lLbound = 0; in write_filter_data()
397 sabound.cElements = size; in write_filter_data()
398 if (!(V_ARRAY(&var) = SafeArrayCreate(VT_UI1, 1, &sabound))) in write_filter_data()