prepend the “\\?\” string to the path - DriverPackageUninstall
问题 I used DriverPackageUninstall , to uninstall my driver. For this API I need to give "Inf Path" as the input. And I need to give this path as UNICODE string. To do this, I took the following statement from MSDN as reference. For a Unicode string, the maximum length is 32,767 characters. If you use the Unicode version, prepend the "\?\" string to the path. For general information about the format of file path strings, see Naming a File in the MSDN Library. But when I try the same in my code its