The PADMIN_SetNameList Administrator extension function saves the routing table name list for this gateway.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL PADMIN_SetNameList(
HWND hwnd,
INT cstr,
LPWSTR * psz
);
See Return Values.
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).
ADMIN_Initialize, PADMIN_FreeNameList, PADMIN_GetNameList