stax76
22nd May 2004, 11:08
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;
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;