I have a particular function void retrieveFTA (int yr, LPSAFEARRAY * ppsa);
But "LPSAFEARRAY" is giving me a hard time. At the moment I don't need to worry about how it works... I just want to not get a compile error telling me that it is undefined.
I am like 95% sure that it is not like a custom class/structure/object that I need to instantiate first but rather a data type that is already defined in some header library... and all I need to is include the right library header.
Are you guys able to provide some insight?
Thanks!