Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dmapiutil.h258 #define IPropData_GetProps(p,a,b,c,d) (p)->lpVtbl->GetProps(p,a,b,c,d) macro
/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c1253 sc = IPropData_GetProps(lpIProp, (LPSPropTagArray)&tags, 0, &count, &lpProps); in test_IProp()