#include <nwdsdc.h>N_EXTERN_LIBRARY (NWDSCCODE) NWDSDuplicateContextHandle (NWDSContextHandle srcContextHandle, NWDSContextHandle N_FAR
destContextHandle);
NWDSDuplicateContextHandle allocates storage for a new context structure and copies the values of the source context structure referenced by srcContextHandle to the newly allocated context structure. If the srcContextHandle is invalid, allocation of a new context structure is still attempted. In this case, the default values of NWDSCreateContextHandle will be used to initialize the new context structure.
NWDSResetNDSStatistics differs from NWDSDuplicateContext in that the return code may now specify codes indicative of the reason for the failure.
Directory