Hi, I need to call a C++DLL and the functions prototype are
int GetTNT ( int16 recIdx, int16 fieldIdx, int8* pStatus, int8* pType, char** pszValue);
int GetConfig ( int8 confIdx, int **pszValue);
In this how to configure for double pointers(inr **pszvalue and char **pszvalue)