![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Functions | |
int __stdcall | winx_query_env_variable (short *name, short *buffer, int length) |
Queries an environment variable. | |
int __stdcall | winx_set_env_variable (short *name, short *value) |
Sets an environment variable. |
int __stdcall winx_query_env_variable | ( | short * | name, | |
short * | buffer, | |||
int | length | |||
) |
Queries an environment variable.
[in] | name | the name of environment variable. |
[out] | buffer | pointer to the buffer to receive the null-terminated value string. |
[in] | length | the length of the buffer, in characters. |
Definition at line 38 of file env.c.
Referenced by winx_get_windows_directory().
int __stdcall winx_set_env_variable | ( | short * | name, | |
short * | value | |||
) |