The GetGWGALEntryId function obtains the global address list (GAL) entry identifier.
Header file: | GWMAIN.H |
Library: | GWMAIN.LIB |
LPENTRYID GetGWGALEntryId(
VOID
);
None.
A pointer to a MAPI ENTRYID structure containing the global address list entry identifier.
You must allocate the space for the ENTRYID structure that this function returns. Use the GetGWGALEntryIdSize function to determine the correct size.
For information on the ENTRYID structure, see the MAPI Programmer's Reference.