mql5 reading pointers returned by dll

 

Hi Chaps,

I'm battling with sqlite3 c/c++ api particulary sqlite3_db_filename function. My knowledge isn't great about c/c++ and need to read database filename which I assume is array of chars and function returns a pointer to this array in memory. Any help or points of reference where to start?

Best regards