How to find what the user path is for their Environment
Variables?
Windows provides four API functions for accessing and
updating environment variables:
1. GetEnvironmentVariable
This returns the value of a given environment variable.
2. SetEnvironmentVariable
Sets an environment variable's value, creating a new
variable if necessary. This routine can also be used to
delete an environment variable.
3. GetEnvironmentStrings
Gets a list of all the environment variables available
to a process.
4. ExpandEnvironmentStrings
Replaces environment variables delimited by "%"
characters in a string with the variable's value.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does Delphi handle Windows callbacks?
How to set a custom CVS PServer port?
Can you drag and drop existing SQL structures directly onto a form?
How to change an ISAPI DLL project to a CGI project, or vice-versa?
What is "Error 113" during installation?
How to assign a Null value to a numeric field in a table?
Compare the similarities and differences among Sockets, DCOM, OLE Enterprise?
How to Load a locale file into the THTML component ?
What is a good BDE Alternative?
'Interface not supported' . what does this error mean?
what are Hetergenious joins ?
How to Use global values in our application ?