J
Josh Orfanakis
I am automating office apps in C++
I need to get the properties of the document.
GetBuiltInDocumentProperties returns IDispatch. I have searched and
searched for way to get the properties and I have found some awful
complex approaches that don't use the object models at all.
In mso9.dll there is are interfaces exported named O9DocumentProperties
and DocumentProperty, this is exactly what I am looking for but
O9DocumentProperties is not an interface supported by what is returned
from GetBuiltInDocumentProperties.
Is there any way to use the object model to get these interfaces?
TIA
JO
[email protected]
I need to get the properties of the document.
GetBuiltInDocumentProperties returns IDispatch. I have searched and
searched for way to get the properties and I have found some awful
complex approaches that don't use the object models at all.
In mso9.dll there is are interfaces exported named O9DocumentProperties
and DocumentProperty, this is exactly what I am looking for but
O9DocumentProperties is not an interface supported by what is returned
from GetBuiltInDocumentProperties.
Is there any way to use the object model to get these interfaces?
TIA
JO
[email protected]