HrCompareABEntryIDsWithExchangeContext
Office 2013
Published: July 16, 2012
Compares two address book entryIDs safely in a Multiple Exchange profile. This function is a replacement function for IAddrBook::CompareEntryIDs.
|
Header file: |
abhelp.h |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and service providers |
HRESULT HrCompareABEntryIDsWithExchangeContext(
LPMAPISESSION pmsess,
const MAPIUID *pEmsmdbUID,
LPADRBOOK pAddrBook,
ULONG cbEntryID1,
LPENTRYID lpEntryID1,
ULONG cbEntryID2,
LPENTRYID lpEntryID2,
ULONG ulFlags,
ULONG * lpulResult
);