Platform SDK: Exchange Server

GetGWGALEntryId

The GetGWGALEntryId function obtains the global address list (GAL) entry identifier.

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

LPENTRYID GetGWGALEntryId(
  VOID  
);
 

Parameters

None.

Return Values

A pointer to a MAPI ENTRYID structure containing the global address list entry identifier.

Remarks

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.

See Also

GetGWGAL