Platform SDK: Exchange Server

HrFindExchangeGlobalAddressList

THe HrFindExchangeGlobalAddressList function retrieves the entry identifier of the global address list (GAL) container in the address book.

Quick Info

Header file: ADDRLKUP.H
Library: ADDRLKUP.LIB

HRESULT HrFindExchangeGlobalAddressList(
  LPADRBOOK lpAdrBook,  
  ULONG * lpcbeid,      
  LPENTRYID * lppeid    
);
 

Parameters

lpAdrBook
Input parameter. Points to a MAPI IAddrBook interface containing the address book.
lpcbeid
Output parameter. Points to the count of bytes in the entry identifier.
lppeid
Output parameter. Points to a pointer to the address where the entry identifier is stored.

Return Values

See Return Values.

Remarks

For information on the IAddrBook interface, see the MAPI Programmer's Reference.

See Also

GetAdrBookPtr