inf icons line


win11_id2

Member
Local time
9:36 AM
Posts
4
OS
11
hi,
in a sample inf file in line with HKR,,icon,,-5... I am not sure what -1,-5 , etc stands for?. where is the list of such icon listings?.
 

My Computer

System One

  • OS
    11
INF files can list a DLL where device icons are provided as icon resources. The -1, -5 is the icon group's index number, and the icon's index within the group.

Drivers can provide their own DLL's, or borrow an existing icon from a default Windows DLL file. You can use ResourceHacker to explore what resources are contained within a DLL file.
 

My Computer

System One

  • OS
    Windows 7
  • Like
Reactions: OAT
Back
Top Bottom