PADMIN_FreeNameList

The PADMIN_FreeNameList Administrator extension function frees the routing table name list.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

VOID PADMIN_FreeNameList(
  INT cstr,     
  LPWSTR * psz  
);
 

Parameters

cstr
Input parameter. Number of addresses in psz.
psz
Input parameter. The routing table name list.

Return Values

None.

Remarks

Use PADMIN_FreeNameList to free the routing table name list for the gateway that was created with PADMIN_GetNameList.

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

See Also

ADMIN_Initialize, PADMIN_GetNameList, PADMIN_SetNameList