Share via


IsEqualMAPIUID

Send Feedback

The IsEqualMAPIUID macro tests two MAPIUID structures to determine whether they contain the same identifier.

Syntax

IsEqualMAPIUID(lpuid1, lpuid2)

Parameters

  • lpuid1
    Pointer to the first MAPIUID structure to be tested.
  • lpuid2
    Pointer to the second MAPIUID structure to be tested.

Remarks

The IsEqualMAPIUID macro returns TRUE if the two MAPIUID structures contain the same identifier and FALSE if they do not.

The IsEqualMAPIUID macro requires that the header file MEMORY.H be included.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros | MAPIUID | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.