Powerpoint as a COM object used from C. (Missing headers/documentation)

M

Martin Tilsted

How do I call the Powerpoint COM object from a C program, using the
win32 api?.

Right now I am using the CoCreateInstance, to connect to Powerpoint and
get a COM object which is working. So now I got an IUnknown COM object.

But that's not really usefull so I want to call QueryInterface to find
out which interfaces Powerpoint supports. And here is the problem.

QueryInterface want a REFIID(That is: A iid/guid) but how do I find the
iid for the COM classes that powerpoint supports?

For the rest of windows there exists headerfiles which contains the
needed iid, but I have not been able to find any for powerpoint.


And I really don't think I should even have to call QueryInterface,
because normally all this is wrapped in auto generated functions.

So my question is: Where are the headerfiles for Powerpoint, which is
needed to use powerpoint as a COM object?

Martin T
MT3
 
M

Martin Tilsted

Since nobody here knows the answer, do there exists a newsgroup for
users developing plugins for Powerpoint?

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top