GetProfStr

Post Reply
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

GetProfStr

Post by Colin Haig »

To All

Where does GetProfStr retrieve information from in Windows XP , in
Windows 98 it used to be win.ini - does it now get information
from the registry.

Regards

Colin
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

GetProfStr

Post by Colin Haig »

Enrico

Thanks - do you know in what section of the registry - also
the "print oPrn to model" clause does that get information from the same area of the registry. I looked into the printer.prg in the
source but that still uses GetProfStr so I am not sure how it
finds it in the registry.

Regards

Colin
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: GetProfStr

Post by Enrico Maria Giordano »

Sections are mapped to different keys of the registry. As an example, Devices should be here:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Devices

EMG
Post Reply