Platform SDK: Exchange Server

PADMIN_SetNameList

The PADMIN_SetNameList Administrator extension function saves the routing table name list for this gateway.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL PADMIN_SetNameList(
  HWND hwnd,    
  INT cstr,     
  LPWSTR * psz  
);
 

Parameters

hwnd
Input parameter. Handle of the current property sheet window.
cstr
Input parameter. The number of routing table names.
psz
Input parameter. Points to an array of Unicode strings containing the routing table names.

Return Values

See Return Values.

Remarks

Use PADMIN_SetNameList to save any changes to the routing table names.

If PADMIN_SetNameList fails to save the changes (the return value is FALSE), the Administrator extension DLL need not display an error message to the user because the Microsoft Exchange Server Administrator program will have already done so.

You should release psz with a call to the PADMIN_FreeNameList function.

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

See Also

ADMIN_Initialize, PADMIN_FreeNameList, PADMIN_GetNameList