Home
last modified time | relevance | path

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

12

/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIFolder.cpp243 return pRow ? message.Open(m_pMAPI, pRow->lpProps[PROP_ENTRYID].Value.bin) : false; in GetNextMessage()
251 return pRow ? contact.Open(m_pMAPI, pRow->lpProps[PROP_ENTRYID].Value.bin) : false; in GetNextContact()
260 return pRow ? appointment.Open(m_pMAPI, pRow->lpProps[PROP_ENTRYID].Value.bin) : false; in GetNextAppointment()
275 if(S_OK == Folder()->OpenEntry(pRows->aRow[0].lpProps[PROP_ENTRYID].Value.bin.cb, in GetNextSubFolder()
276 (LPENTRYID)pRows->aRow[0].lpProps[PROP_ENTRYID].Value.bin.lpb, in GetNextSubFolder()
278 strFolder = MAPIEx::GetValidString(pRows->aRow[0].lpProps[0]); in GetNextSubFolder()
H A DMAPIEx.cpp59 MAPIFreeBuffer(pRows->aRow[i].lpProps); in FreeProws()
179 else if(pRows->aRow[0].lpProps[1].Value.ul == MAPI_SUBSYSTEM) { in GetProfileName()
180 strProfileName = GetValidString(pRows->aRow[0].lpProps[0]); in GetProfileName()
235 strName = GetValidString(pRows->aRow[0].lpProps[0]); in GetMessageStoreProperties()
236 bDefaultStore = pRows->aRow[0].lpProps[2].Value.b; in GetMessageStoreProperties()
263 pRows->aRow[0].lpProps[1].Value.bin.cb, in OpenMessageStore()
264 (ENTRYID*)pRows->aRow[0].lpProps[1].Value.bin.lpb, NULL, in OpenMessageStore()
291 if(pRows->aRow[0].lpProps[2].Value.b) in OpenMessageStore()
294 String strStore = GetValidString(pRows->aRow[0].lpProps[0]); in OpenMessageStore()
308 bResult = (m_pSession->OpenMsgStore(0, pRows->aRow[0].lpProps[1].Value.bin.cb, in OpenMessageStore()
[all …]
H A DMAPIMessage.cpp135 nType = pRows->aRow[0].lpProps[PROP_RECIPIENT_TYPE].Value.ul; in GetNextRecipient()
136 strName = MAPIEx::GetValidString(pRows->aRow[0].lpProps[PROP_RECIPIENT_NAME]); in GetNextRecipient()
139 String strAddrType = MAPIEx::GetValidString(pRows->aRow[0].lpProps[PROP_ADDR_TYPE]); in GetNextRecipient()
142 m_pMAPI->GetExEmail(pRows->aRow[0].lpProps[PROP_ENTRYID].Value.bin, strEmail); in GetNextRecipient()
144 strEmail = MAPIEx::GetValidString(pRows->aRow[0].lpProps[PROP_RECIPIENT_EMAIL]); in GetNextRecipient()
H A DMAPIObject.cpp501 if(Message()->OpenAttach(pRows->aRow[0].lpProps[PROP_ATTACH_NUM].Value.bin.cb, in SaveAttachment()
506 if(!IsNull(MAPIEx::GetValidString(pRows->aRow[0].lpProps[PROP_ATTACH_LONG_FILENAME]))) in SaveAttachment()
507 …strPath += Format("%s\\%s", szFolder, pRows->aRow[0].lpProps[PROP_ATTACH_LONG_FILENAME].Value.LPSZ… in SaveAttachment()
508 else if(!IsNull(MAPIEx::GetValidString(pRows->aRow[0].lpProps[PROP_ATTACH_FILENAME]))) in SaveAttachment()
509 … strPath += Format("%s\\%s", szFolder, pRows->aRow[0].lpProps[PROP_ATTACH_FILENAME].Value.LPSZ); in SaveAttachment()
549 bResult = (Message()->DeleteAttach(pRows->aRow[0].lpProps[PROP_ATTACH_NUM].Value.ul, in DeleteAttachment()
H A DMAPIAttachment.cpp85 if(pMessage->OpenAttach(pRows->aRow[0].lpProps[PROP_ATTACH_NUM].Value.ul, in Open()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DMapiApi.cpp214 MAPIFreeBuffer(prows->aRow[irow].lpProps); in FreeProws()
610 (LPENTRYID)lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.lpb; in IterateContents()
611 ULONG cbEID = lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.cb; in IterateContents()
612 ULONG oType = lpRow->aRow[0].lpProps[ieidPR_OBJECT_TYPE].Value.ul; in IterateContents()
788 (LPENTRYID)lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.lpb; in IterateHierarchy()
789 ULONG cb = lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.cb; in IterateHierarchy()
790 ULONG oType = lpRow->aRow[0].lpProps[ieidPR_OBJECT_TYPE].Value.ul; in IterateHierarchy()
905 ULONG cbEID = lpRow->aRow[0].lpProps[itblPR_ENTRYID].Value.bin.cb; in IterateStores()
1822 (LPENTRYID)lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.lpb; in GetNext()
1823 ULONG cbEID = lpRow->aRow[0].lpProps[ieidPR_ENTRYID].Value.bin.cb; in GetNext()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/addrbook/src/
H A DnsAbWinHelper.cpp297 SPropValue& currentValue = rowSet->aRow->lpProps[0]; in GetFolders()
1050 SPropValue& colValue = rowSet->aRow->lpProps[0]; in CreateEntryInternal()
1060 SPropValue& conTabValue = rowSet->aRow->lpProps[1]; in CreateEntryInternal()
1276 rowSet->aRow->lpProps[ContentsColumnObjectType].Value.ul == in GetContents()
1280 SPropValue& currentValue = rowSet->aRow->lpProps[ContentsColumnEntryId]; in GetContents()
1445 FreeBuffer(aRowset->aRow[i].lpProps); in MyFreeProws()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapiaux.h191 LPSPropValue lpProps) IPURE; \
H A Dmapix.h510 LPSPropValue lpProps) IPURE; \
H A Dmapispi.h917 LPSPropValue lpProps,
/dports/textproc/tnef2txt/tnef2txt-1.4/
H A Dtnef.h117 LPSPropValue lpProps) IPURE; \
/dports/mail/ripmime/ripmime-1.4.0.10/tnef/
H A Dtnef.h117 LPSPropValue lpProps) IPURE; \
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtnef.h52 …SetProps) (THIS_ ULONG ulFlags,ULONG ulElemID,ULONG cValues,LPSPropValue lpProps) IPURE; MAPIMETHO…
H A Dmapix.h138 …PIUID lpUID,ULONG_PTR ulUIParam,ULONG ulFlags,ULONG cValues,LPSPropValue lpProps) IPURE; MAPIMETHO…
H A Dmapispi.h236 …ULONG ulUIParam,ULONG ulFlags,ULONG ulContext,ULONG cValues,LPSPropValue lpProps,LPPROVIDERADMIN l…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtnef.h52 …SetProps) (THIS_ ULONG ulFlags,ULONG ulElemID,ULONG cValues,LPSPropValue lpProps) IPURE; MAPIMETHO…
H A Dmapix.h138 …PIUID lpUID,ULONG_PTR ulUIParam,ULONG ulFlags,ULONG cValues,LPSPropValue lpProps) IPURE; MAPIMETHO…
H A Dmapispi.h236 …ULONG ulUIParam,ULONG ulFlags,ULONG ulContext,ULONG cValues,LPSPropValue lpProps,LPPROVIDERADMIN l…
H A Dmapidefs.h410 LPSPropValue lpProps; member
1399 …OD(CreateProvider) (THIS_ LPTSTR lpszProvider,ULONG cValues,LPSPropValue lpProps,ULONG ulUIParam,U…
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl352 [size_is(cValues)][unique] SPropValue *lpProps;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl352 [size_is(cValues)][unique] SPropValue *lpProps;
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl352 [size_is(cValues)][unique] SPropValue *lpProps;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl352 [size_is(cValues)][unique] SPropValue *lpProps;
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapix.h138 …PIUID lpUID,ULONG_PTR ulUIParam,ULONG ulFlags,ULONG cValues,LPSPropValue lpProps) IPURE; MAPIMETHO…
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/mapi/
H A Dmapi.idl274 [flag(NDR_REMAINING)]SPropValue lpProps[cValues];
290 // SPropValue_array lpProps;

12