IAddrBook::CompareEntryIDs Method
Compares two entry identifiers.
Syntax
HRESULT CompareEntryIDs(
[in] ULONG cbEntryID1,
[in] ENTRYID *lpEntryID1,
[in] ULONG cbEntryID2,
[in] ENTRYID *lpEntryID2,
ULONG ulFlags,
[out] ULONG *lpulResult
);
Parameters
- cbEntryID1 [in]
ULONG Value of type ULONG that specifies the number of bytes in the entry identifier to which the lpEntryID1 parameter points. - lpEntryID1 [in]
ENTRYID Pointer to a variable of type ENTRYID that specifies the first entry identifier to be compared. - cbEntryID2 [in]
ULONG Value of type ULONG that specifies the number of bytes in the entry identifier to which the lpEntryID2 parameter points. - lpEntryID2 [in]
ENTRYID Pointer to a variable of type ENTRYID that specifies the second entry identifier to be compared. - ulFlags
ULONG Reserved. Must be set to 0. - lpulResult [out]
ULONG Pointer to a variable of type ULONG that receives the result of the comparison. The contents of *lpulResult are set to TRUE if the two entry identifiers refer to the same object, FALSE otherwise.
Return Value
HRESULT
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 2000 Professional |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 4.0 |
Header |
Wabiab.h |
DLL |
Wab32.dll |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010