NDSFreeNameList
Frees the list generated by the NDSGetReplicaNames function.
#include <ndsback.h>
void NDSFreeNameList (
void *(*memAlloc)(unsigned size),
void (*memFree)(void *p),
unsigned long count,
NAMEID_TYPE **nameList);
None.
This function is an exported symbol from the DSBACKER NLM. To use it, you will need to create an import file.
This is a clean up function for the NDSGetReplicaPartitionNames function because it frees the memory allocated by the NDSGetReplicaPartitionNames function.