Searched refs:IMsgStore_GetProps (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/mapi32/ |
H A D | sendmail.c | 171 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 D | mapidefs.h | 975 #define IMsgStore_GetProps(p,a,b,c,d) (p)->lpVtbl->GetProps(p,a,b,c,d) macro
|