Where in the registry does the following goes?

A

academic

Does anyone know where in the registry the following goes?
WriteProfileString("windows", "Device", DeviceLine)

Or where this comes from?

GetProfileString("PrinterPorts", vbNullString, "", ProfileString,
Len(ProfileString))

Or where this goes?

In Start/Printer and Faxes/File/Server Properties/Forms/Create a new form


I've been searching the registry trying to find matches so I can figure it
out but there are so many matches that I can be conclusive.


Thanks for any info
 
G

Guest

See under [HKLM/Software/<AppName>/]

academic said:
Does anyone know where in the registry the following goes?
WriteProfileString("windows", "Device", DeviceLine)

Or where this comes from?

GetProfileString("PrinterPorts", vbNullString, "", ProfileString,
Len(ProfileString))

Or where this goes?

In Start/Printer and Faxes/File/Server Properties/Forms/Create a new form


I've been searching the registry trying to find matches so I can figure it
out but there are so many matches that I can be conclusive.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
A

academic

But these are all Windows data


Thanks

Michael Nemtsev said:
See under [HKLM/Software/<AppName>/]

academic said:
Does anyone know where in the registry the following goes?
WriteProfileString("windows", "Device", DeviceLine)

Or where this comes from?

GetProfileString("PrinterPorts", vbNullString, "", ProfileString,
Len(ProfileString))

Or where this goes?

In Start/Printer and Faxes/File/Server Properties/Forms/Create a new form


I've been searching the registry trying to find matches so I can figure
it
out but there are so many matches that I can be conclusive.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not
cease to be insipid." (c) Friedrich Nietzsche
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

According to MSDN this is stored in win.ini file and it's just for
compatibility with 16 bits windows

maybe more details can help to give you a better answer.
 
A

academic

I don't believe they are in that file. I've looked.
I believe the functions gets mapped to the registry.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top