IsEqualMAPIUID

The IsEqualMAPIUID macro is used by a client application or a service provider to compare two MAPI unique identifiers (UIDs). It evaluates to TRUE if the two UIDs are equal.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

MAPIUIDT02NXD

 

BOOL IsEqualMAPIUID(lpuid1, lpuid2)

Parameters

lpuid1

Pointer to a MAPIUID structure identifying the first unique identifier.

lpuid2

Pointer to a MAPIUID structure identifying the second unique identifier.

 

Remarks

If the client or provider uses the IsEqualMAPIUID macro, be sure to include MEMORY.H in code. This macro returns TRUE, if the unique identifiers are equal, and FALSE otherwise.