Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c1241 sc = IPropData_GetPropList(lpIProp, 0, &lpTags); in test_IProp()
1291 IPropData_GetPropList(lpIProp, 0, &lpTags); in test_IProp()
1389 IPropData_GetPropList(lpIProp, 0, &lpTags); in test_IProp()
/reactos/sdk/include/psdk/
H A Dmapiutil.h259 #define IPropData_GetPropList(p,a,b) (p)->lpVtbl->GetPropList(p,a,b) macro