Home
last modified time | relevance | path

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

/reactos/dll/win32/mapi32/
H A Dsendmail.c171 ret = IMsgStore_GetProps(msg_store, (LPSPropTagArray) tags, 0, &values, &props); in sendmail_extended_mapi()
201 ret = IMsgStore_GetProps(msg_store, (LPSPropTagArray) tags, 0, &values, &props); in sendmail_extended_mapi()
/reactos/sdk/include/psdk/
H A Dmapidefs.h975 #define IMsgStore_GetProps(p,a,b,c,d) (p)->lpVtbl->GetProps(p,a,b,c,d) macro