error with midl: expecting a type specification near...

  • Thread starter Thread starter Frank Skare
  • Start date Start date
F

Frank Skare

Hello,
can anyone tell me why I get always the following error:

expecting a type specification near "CLSID"

this is the definition where the error occurs:

typedef struct {
CLSID Clsid; // class id of the filter
LPWSTR Name; // name of filter
} REGFILTER;

I'm trying to get a tlb from axextend.idl (DirectShow)

Thank you
 

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

Back
Top