LPSAFEARRAY

Hey guys!

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!
I did a search for the header " OaIdl.h" in all the files and that didn't come up...

If that data type is being used then surely the header file must be included?
Topic archived. No new replies allowed.