NDSVerifyServerInfo
Verifies that the server you are trying to restore information to is the same server that is in the servdat.nds file.
#include <ndsback.h>
int NDSVerifyServerInfo (
void *(*memAlloc)(unsigned size),
void (*memFree)(void *p),
int *serverStatus,
int *reasonCode);
These are common return values.
|
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.
To prevent user error, call this function before calling the NDSSYSVolumeRecovery function.