NDSGetReplicaPartitionNames
Returns a list of the replicas stored on the server.
#include <ndsback.h>
int NDSGetReplicaPartitionNames (
void *(*memAlloc)(unsigned size),
void (*memFree)(void *p),
unsigned long nameForm,
int *count,
NAMEID_TYPE ***replicaNames);
|
0x0000 |
SUCCESSFUL |
|
Nonzero |
Nonzero values indicate errors. See |
This function is an exported symbol from the DSBACKER NLM. To use it, you will need to create an import file.
Before information can be restore with the NDSSYSVolumeRecovery function, the server needs to be removed from all replica lists. Use this function to obtain the replica information.
Use the NDSFreeNameList function to clean up the list when you are done with it.