Home
last modified time | relevance | path

Searched refs:lpProps (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/mapi32/
H A Dprop.c643 if (lpProps && cValues) in PpropFindProp()
652 return &lpProps[i]; in PpropFindProp()
725 if (iCount <= 0 || !lpProps || in ScCountProps()
733 if (FBadProp(&lpProps[i]) || lpProps[i].ulPropTag == PROP_ID_NULL || in ScCountProps()
837 memcpy(lpDest->Value.bin.lpb, lpProps->Value.bin.lpb, lpProps->Value.bin.cb); in ScCopyProps()
901 lpProps++; in ScCopyProps()
938 LPSPropValue lpDest = lpProps; in ScRelocProps()
1080 if (lpProps && cValues) in LpValFindProp()
1086 return &lpProps[i]; in LpValFindProp()
1800 if (!iface || !lpProps) in IPropData_fnSetProps()
[all …]
H A Dsendmail.c143 if (!rows->aRow[0].lpProps[1].Value.b) in sendmail_extended_mapi()
162 IMAPISession_OpenMsgStore(session, 0, rows->aRow[0].lpProps[0].Value.bin.cb, in sendmail_extended_mapi()
163 (ENTRYID *) rows->aRow[0].lpProps[0].Value.bin.lpb, NULL, in sendmail_extended_mapi()
/reactos/sdk/include/psdk/
H A Dmapidefs.h418 LPSPropValue lpProps; /* Pointer to an array of property values of length cValues */ member
784 STDMETHOD(SetColumns)(THIS_ LPSPropTagArray lpProps, ULONG ulFlags) PURE; in DECLARE_INTERFACE_()
882 …STDMETHOD(SetProps)(THIS_ ULONG cValues, LPSPropValue lpProps, LPSPropProblemArray *lppProbs) PURE; in DECLARE_INTERFACE_()
884 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
936 …STDMETHOD(SetProps)(THIS_ ULONG cValues, LPSPropValue lpProps, LPSPropProblemArray *lppProbs) PURE; in DECLARE_INTERFACE_()
938 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
1019 …STDMETHOD(SetProps)(THIS_ ULONG cValues, LPSPropValue lpProps, LPSPropProblemArray *lppProbs) PURE; in DECLARE_INTERFACE_()
1021 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
1084 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
1215 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
[all …]
H A Dmapiutil.h232 …STDMETHOD(SetProps)(THIS_ ULONG cValues, LPSPropValue lpProps, LPSPropProblemArray *lppProbs) PURE; in DECLARE_INTERFACE_()
234 STDMETHOD(CopyTo)(THIS_ ULONG ciidExclude, LPCIID lpIid, LPSPropTagArray lpProps, ULONG ulParam, in DECLARE_INTERFACE_()
/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c1208 LPSPropValue lpProps; in test_IProp() local
1249 lpProps = NULL; in test_IProp()
1253 sc = IPropData_GetProps(lpIProp, (LPSPropTagArray)&tags, 0, &count, &lpProps); in test_IProp()
1254 ok(sc == MAPI_W_ERRORS_RETURNED && lpProps && count == 1, in test_IProp()
1256 sc, lpProps, count); in test_IProp()
1257 if (lpProps && count > 0) in test_IProp()
1259 ok(lpProps[0].ulPropTag == CHANGE_PROP_TYPE(PR_IMPORTANCE,PT_ERROR), in test_IProp()
1261 CHANGE_PROP_TYPE(PR_IMPORTANCE,PT_ERROR), lpProps[0].ulPropTag); in test_IProp()
1263 pMAPIFreeBuffer(lpProps); in test_IProp()