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 |
Write a program to show the memory leak?
How to display an application associated icons?
How much does MTS improve connect times?
Explain about Multi-Threaded ISAPI DLLs ?
How to Hide the application from the Windows Taskbar?
How to drop down a menu Programmatically ?
How to Select a cell in a DBGrid ?
How to Convert a number from one base to another?
What are the different types of inheritances present in delphi?
How to Set break on exception in Delphi 4?
How to Disable Full Window Drag?
How to assign a Null value to a numeric field in a table?