I was just looking at the FAQ article on getting values from any location in the registry (using an API call). I need to adapt the code to check for the existence of a key in a specified location rather than the getting the value of a key.
Specifically, I wish to check HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Devices to look for the existence of a certain printer (key) named "DPFPrint". Is this possible?
Specifically, I wish to check HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Devices to look for the existence of a certain printer (key) named "DPFPrint". Is this possible?