Hello!
I’m using VS2012 to generate a KMDF project and I’m trying to understand
(though I probably never will…) the INF file.
In the [Strings] section I found that “ClassName” is defined:
[Strings]
ManufacturerName=“” ; TODO: add ManufacturerName
ClassName=“Samples” ; TODO: edit ClassName
DiskName = “TestKMDF Installation Disk”
which is referenced here:
[ClassInstall32]
Addreg=SampleClassReg
[SampleClassReg]
HKR,0,%ClassName%
HKR,Icon,-5
However I cannot figure out what it means? Where does the Class name go?
Are there any restrictions about the class name? What’s the overall purpose of this
line?
Maybe someone can shed some light on this… or give me some pointer where to
find the information?!
Thanks!