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