Platform SDK: Exchange Server

PADMIN_GetNameList

The PADMIN_GetNameList Administrator extension function obtains the routing table name list for this gateway.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL PADMIN_GetNameList(
  INT * lpcNameList,        
  LPWSTR ** lppwszNameList  
);
 

Parameters

lpcNameList
Output parameter. Points to the number of strings in lppwszNameList.
lppwszNameList
Output parameter. Points to an array of Unicode strings containing the routing table addresses.

Return Values

See Return Values.

Remarks

You must release the routing table with a call to PADMIN_FreeNameList before you exit your program.

For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).

See Also

ADMIN_Initialize, PADMIN_FreeNameList, PADMIN_SetNameList