Under the various USB device keys , there is a “Device Parameters \PortName” REG_SZ value which is something like “COM5” , and under “Device Parameters \SymbolicName” REG_SZ value as “??\USB#Vid_0763&Pid_0033#5&2922bd38&0&6#{a5dcbf10-6530-11d2-901f-00c04fb951ed}”.
I knew that the symbolic name string would be generated when I call WdfDeviceCreateSymbolicLink (Device,L"\DosDevices\COM5") ,
And I would like to know when will the “Device Parameters \PortName” key be generated?
I found that this key was appeared earlier than “Symbolicname” . And I didn’t do anything in INF to register this key
Are there any relevant documents talking about this subject ? I really interested in what is happening with register while install/uninstall driver
Thanks in advance!