IsEqualMAPIUID
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Tests two MAPIUID structures to determine whether they contain the same identifier.
Header file: |
Mapidefs.h |
Related structure: |
MAPIUID |
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.