FEqualNames
Office 2007
Determines whether two MAPI named properties are the same.
|
Header file: |
Mapiutil.h |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and service providers |
BOOL FEqualNames( LPMAPINAMEID lpName1, LPMAPINAMEID lpName2 );
Parameters
- lpName1
-
[in] Pointer to a MAPINAMEID structure describing the first named property.
- lpName2
-
[in] Pointer to a MAPINAMEID structure describing the second named property.
The FEqualNames function is useful because the MAPINAMEID structure contains a GUID and can represent the property name itself in more than one way. This means the two structures cannot be compared by simple binary methods.
The testing process is case-sensitive for the property name strings.