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
 
Back
Top