June 14, 201016 yr In a Windows INF file, what is the difference in behaviour from these two lines?[ControlFlags]ExcludeFromSelect = VID_2001&PID_3C00[ControlFlags];ExcludeFromSelect = VID_2001&PID_3C00I am to understand that the ; is a remark, but if it is so, why are so many INF files done with the ExcludeFromSelect remarked out?
Create an account or sign in to comment