- Self defined inf class id ?
- Posted by Kid on May 17th, 2007
Hi
I've tried some vendor's VoIP phone device, I found it create self guid bus
on Windows registry, and this guid is the same as its inf file ClassGUID :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\{ guid}
So we can make our own class id device as we wish even no standard bus ,
or because it is a virtual audio driver ?
Thank for your teaching .
- Posted by Eliyas Yakub [MSFT] on May 17th, 2007
If it's a virtual device then you can define your own guid or string for the
bus identification part in the device-id. There is nothing wrong in it. In
fact using a guid is good approach as it avoids name collision with another
vendor.
-Eliyas
Similar Posts
- Does windows vista supports AVstream Class & Stream class drivers? (Drivers) by darshan.tapdia@gmail.com
- Accessing a Class Defined in DLL (Development Resources) by sudhir.kesharwani@gmail.com
- .NET Framework Class Library | PictureBox class | how to displayan image which is in memory (Programming) by Johan \MrDutchy\ van den Broek
- Is AVStream class backward compatible to stream class for DirectX filter? (Drivers) by Jackal Huang
- Name of the pre-defined dialog box class (Development Resources) by Graham Banks

