Re: Version section of INF: Class by Rohit
Rohit
Wed Jun 23 14:19:43 CDT 2004
You can use "System" class or come up with your own class name -- however
make sure you do not use a pre-defined GUID for your new class. Use GuidGen
(or uuidgen.exe) to generate a new GUID..
ChkInf would generate and error/warning -- but you can ignore it.
--
-Rohit Raina
This posting is provided "AS IS" with no warranties, and confers no rights.
"Raj" <r_konjeti@mailcity.com> wrote in message
news:8509fde8.0406231114.970b6ac@posting.google.com...
> What should be the class of the device that doesnot fall into defined
> classes.
> I gave some name and the chkinf gives error.
>
> Line 6: (E22.1.1310) Class 1394TestDevice (ClassGUID
> {737613E5-69EA-4b96-9C2A-EEBC220F4C39}) is unrecognized.
>
> How can I indicate non-standard class. Should I not specify the class
> or simply ignore the error?
>
> Thanks.